We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b66e22 commit 9447cf4Copy full SHA for 9447cf4
.github/workflows/test.yml
@@ -105,7 +105,7 @@ 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
+ echo ::add-path::$HOME/bin
109
ln -s /usr/bin/gcc-9 $HOME/bin/gcc
110
ln -s /usr/bin/g++-9 $HOME/bin/g++
111
ln -s /usr/bin/gfortran-9 $HOME/bin/gfortran
0 commit comments