Skip to content

Commit d655844

Browse files
committed
Update the Fedora image
1 parent b0695c2 commit d655844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/step_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
${{ matrix.mpi && format('🖧 {0}', matrix.mpi) || '' }}
2020
${{ matrix.experimental && '[🧪 Experimental]' || '' }}
2121
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
22-
container: ${{ !matrix.os && 'ghcr.io/lecrisut/dev-env:main' || '' }}
22+
container: ${{ !matrix.os && format('ghcr.io/lecrisut/dev-env:latest-{0}', matrix.toolchain) || '' }}
2323
continue-on-error: ${{ matrix.experimental || false }}
2424
strategy:
2525
fail-fast: false
@@ -35,7 +35,7 @@ jobs:
3535
experimental: true
3636
steps:
3737
- name: Install missing packages
38-
run: sudo dnf install -y bzip2 python-unversioned-command which
38+
run: sudo dnf install -y bzip2 python-unversioned-command which diff
3939
- name: Load mpi module ${{ matrix.mpi || '' }}
4040
run: |
4141
# Get interactive profile to be able to load modules

0 commit comments

Comments
 (0)