Fix build inputs if not nightly test

This commit is contained in:
Dusan Figala 2023-04-06 13:18:52 +02:00
parent 3354ce7e7f
commit f3e77da2e0
1 changed files with 3 additions and 3 deletions

View File

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