mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
Removes duplicated build mode from -Werror GitHub actions (#2314)
This commit is contained in:
parent
4bbda3038a
commit
0e76abaf64
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -269,7 +269,7 @@ jobs:
|
||||
cmake: "Debug"
|
||||
autotools: "debug"
|
||||
|
||||
- name: "Ubuntu gcc Autotools -Werror (build only) DBG"
|
||||
- name: "Ubuntu gcc Autotools -Werror (build only)"
|
||||
os: ubuntu-latest
|
||||
cpp: enable
|
||||
fortran: disable
|
||||
@ -291,7 +291,7 @@ jobs:
|
||||
cmake: "Debug"
|
||||
autotools: "debug"
|
||||
|
||||
- name: "Ubuntu gcc Autotools -Werror (build only) REL"
|
||||
- name: "Ubuntu gcc Autotools -Werror (build only)"
|
||||
os: ubuntu-latest
|
||||
cpp: enable
|
||||
fortran: disable
|
||||
|
Loading…
Reference in New Issue
Block a user