File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments