Skip to content

Commit

Permalink
Specify bash shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 9, 2024
1 parent 7bce9a5 commit 0b41547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
pushd build
cmake .. -DCMAKE_INSTALL_PREFIX=${HOME}/environments/${{ matrix.hdf5 }}
cmake --build . --config Release -j 4
cmake --build . --config Release --target install -j 4
cmake --build . --config Release --target install -j 4
shell: bash

0 comments on commit 0b41547

Please sign in to comment.