Skip to content

Commit 001c66f

Browse files
LecrisUTJeromeCCP9
authored andcommitted
Update the Fedora image
1 parent d2170d6 commit 001c66f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -40,7 +40,7 @@ jobs:
4040
# experimental: false
4141
steps:
4242
- name: Install missing packages
43-
run: sudo dnf install -y bzip2 python-unversioned-command which
43+
run: sudo dnf install -y bzip2 python-unversioned-command which diff
4444
- name: Load mpi module ${{ matrix.mpi || '' }}
4545
run: |
4646
# Get interactive profile to be able to load modules

0 commit comments

Comments
 (0)