File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments