Skip to content

Commit 2e070fd

Browse files
committed
try to install gcc-6, probably won't work?
1 parent 91216fc commit 2e070fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
run: |
2222
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
2323
sudo apt update
24-
sudo apt-get install -y libstdc++-6-dev
24+
sudo apt-get install -y gcc-6 g++-6 libstdc++-6-dev
25+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60
26+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 60
2527
2628
- uses: actions/setup-node@v4
2729
with:

0 commit comments

Comments
 (0)