Skip to content

Commit e5c5584

Browse files
committed
update current session with gcc 9
1 parent efa4f94 commit e5c5584

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
jq \
8181
&& yum clean all --enablerepo='*' \
8282
83-
scl enable devtoolset-9 bash
83+
# switch to GCC9 environment for the duration of the script
84+
source scl_source enable devtoolset-9
85+
8486
gcc --version
8587
8688
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)