Skip to content

Commit

Permalink
CI: Fix Catalyst CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
This appears to be a typo:
- env variable is `CMAKE_PREFIX_PATH`
- on Unix, paths are separated by `:` (Windows is `;`)
  • Loading branch information
ax3l committed Aug 6, 2024
1 parent 4efca79 commit 333b009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/catalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
CXX: g++
CC: gcc
CMAKE_PREFIX: "/opt/conduit;/opt/catalyst"
CMAKE_PREFIX_PATH: "/opt/conduit:/opt/catalyst"
container:
image: kitware/paraview:ci-catalyst-amrex-warpx-20240701
steps:
Expand Down

0 comments on commit 333b009

Please sign in to comment.