mirror of https://github.com/ecmwf/eccodes.git
Remove duplicate cmake options yaml keys
This commit is contained in:
parent
16ea23dcff
commit
de2c69fb02
|
@ -25,8 +25,9 @@ jobs:
|
|||
aec
|
||||
netcdf4/new
|
||||
--parallel: 64
|
||||
--cmake-options: -DENABLE_EXTRA_TESTS=1
|
||||
--cmake-options: |
|
||||
-DENABLE_EXTRA_TESTS=1
|
||||
${{ inputs.nightly_test && '-DENABLE_PNG=1,-DENABLE_NETCDF=1' || '' }}
|
||||
${{ inputs.nightly_test && '--post-script: .github/ci-nightly-test.sh' || '' }}
|
||||
${{ inputs.nightly_test && '--force-build: true' || '' }}
|
||||
${{ inputs.nightly_test && '--cmake-options: -DENABLE_PNG=1,-DENABLE_NETCDF=1' || '' }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in New Issue