Skip to content

Commit 7b66e22

Browse files
committed
Update debug info
1 parent cbe0ad5 commit 7b66e22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
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
107107
mkdir -p $HOME/bin
108108
export PATH=$HOME/bin:$PATH
109-
echo $PATH
110109
ln -s /usr/bin/gcc-9 $HOME/bin/gcc
111110
ln -s /usr/bin/g++-9 $HOME/bin/g++
112111
ln -s /usr/bin/gfortran-9 $HOME/bin/gfortran
@@ -135,6 +134,8 @@ jobs:
135134
- name: 'Print debug info'
136135
shell: bash
137136
run: |
137+
echo 'PATH:'
138+
echo $PATH
138139
echo 'gcc:'
139140
gcc --version
140141
echo ''

0 commit comments

Comments
 (0)