We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f41c2 commit cbe0ad5Copy full SHA for cbe0ad5
.github/workflows/test.yml
@@ -105,6 +105,8 @@ jobs:
105
sudo -E apt-get update -q
106
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages install binutils gcc-9 gcc-9-multilib g++-9 g++-9-multilib gfortran-9 gfortran-9-multilib xvfb
107
mkdir -p $HOME/bin
108
+ export PATH=$HOME/bin:$PATH
109
+ echo $PATH
110
ln -s /usr/bin/gcc-9 $HOME/bin/gcc
111
ln -s /usr/bin/g++-9 $HOME/bin/g++
112
ln -s /usr/bin/gfortran-9 $HOME/bin/gfortran
0 commit comments