We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1735ca9 commit 6b5b927Copy full SHA for 6b5b927
.github/workflows/run-evercran.yaml
@@ -28,6 +28,16 @@ jobs:
28
apt-get update
29
apt-get install -y gcc-2.95 g++-2.95 g77-2.95 libc-dev perl-modules libg2c0-dev make
30
EOF
31
+ elif dpkg --compare-versions '${{ inputs.rversion }}' lt '2.9.0'; then
32
+ docker exec -i evercran sh - <<EOF
33
+ apt-get update
34
+ apt-get install -y gcc g++ g77 libc-dev perl-modules libg2c0-dev make
35
+ EOF
36
+ elif dpkg --compare-versions '${{ inputs.rversion }}' lt '3.0.0'; then
37
38
39
+ apt-get install -y gcc g++ gfortran libc-dev make
40
41
fi
42
shell: bash
43
0 commit comments