Skip to content

Commit

Permalink
Fix cmake preset
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Mar 20, 2024
1 parent b9c5410 commit 6df7ce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
CELER_TEST_STRICT: 1
CELER_DISABLE_DEVICE: 1 # IMPORTANT
CMAKE_PRESET: >-
${{format('{0}-{1}',
${{format('{0}-{1}{2}{3}',
matrix.buildtype,
matrix.geometry)}}
matrix.geometry,
matrix.special && '-' || '',
matrix.special)}}
runs-on: ubuntu-latest
container:
image: >-
Expand Down

0 comments on commit 6df7ce4

Please sign in to comment.