From bd4bdd08f6f880fd6ae6b82143dc900946d6f3b0 Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Thu, 28 Nov 2024 12:02:58 +0000 Subject: [PATCH] remove rogue i --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d2ecb462..0d53b57c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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