We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe0ad5 commit 7b66e22Copy full SHA for 7b66e22
.github/workflows/test.yml
@@ -106,7 +106,6 @@ jobs:
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
@@ -135,6 +134,8 @@ jobs:
135
134
- name: 'Print debug info'
136
shell: bash
137
run: |
+ echo 'PATH:'
138
+ echo $PATH
139
echo 'gcc:'
140
gcc --version
141
echo ''
0 commit comments