Skip to content

Commit

Permalink
remove rogue i
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Nov 28, 2024
1 parent 3742362 commit bd4bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# Build your program with the given configuration.
# The Github Actions machines are dual-core so we can build faster using 2 parallel processes
run: |
if [[ "${{ matrix.containeri }}" == "*fedora*" ]]; then
if [[ "${{ matrix.container }}" == "*fedora*" ]]; then
source /etc/profile.d/modules.sh
module load mpi/openmpi-x86_64
fi
Expand Down

0 comments on commit bd4bdd0

Please sign in to comment.