mirror of https://github.com/ecmwf/eccodes.git
Fix build inputs if not nightly test
This commit is contained in:
parent
3354ce7e7f
commit
f3e77da2e0
|
@ -25,7 +25,7 @@ jobs:
|
|||
aec
|
||||
netcdf4/new
|
||||
--parallel: 64
|
||||
${{ 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' }}
|
||||
${{ 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