Skip to content

Commit 550295f

Browse files
committed
try libstdc++-12, big upgrade
1 parent 286f9ce commit 550295f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,12 @@ jobs:
1515
build-type: ['release', 'debug']
1616
node-version: ['16']
1717

18-
# Download and install gcc-6 and g++-6 from Ubuntu 18.04
1918
steps:
2019
- uses: actions/checkout@v4
2120
- name: Install packages
2221
run: |
2322
sudo apt update
24-
sudo apt install -y wget
25-
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gcc-6/gcc-6_6.5.0-2ubuntu1~18.04_amd64.deb
26-
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gcc-6/g++-6_6.5.0-2ubuntu1~18.04_amd64.deb
27-
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gcc-6/libstdc++-6-dev_6.5.0-2ubuntu1~18.04_amd64.deb
28-
sudo dpkg -i gcc-6_6.5.0-2ubuntu1~18.04_amd64.deb g++-6_6.5.0-2ubuntu1~18.04_amd64.deb libstdc++-6-dev_6.5.0-2ubuntu1~18.04_amd64.deb
29-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60
30-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 60
23+
sudo apt-get install -y libstdc++-12-dev
3124
3225
- uses: actions/setup-node@v4
3326
with:

0 commit comments

Comments
 (0)