Skip to content

Commit 9447cf4

Browse files
committed
Fix updating PATH
1 parent 7b66e22 commit 9447cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
sudo -E apt-get update -q
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
108-
export PATH=$HOME/bin:$PATH
108+
echo ::add-path::$HOME/bin
109109
ln -s /usr/bin/gcc-9 $HOME/bin/gcc
110110
ln -s /usr/bin/g++-9 $HOME/bin/g++
111111
ln -s /usr/bin/gfortran-9 $HOME/bin/gfortran

0 commit comments

Comments
 (0)