Remove duplicate cmake options yaml keys

This commit is contained in:
Dusan Figala 2023-04-12 09:45:39 +02:00
parent 16ea23dcff
commit de2c69fb02
1 changed files with 3 additions and 2 deletions

View File

@ -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