We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91216fc commit 2e070fdCopy full SHA for 2e070fd
.github/workflows/test.yml
@@ -21,7 +21,9 @@ jobs:
21
run: |
22
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
23
sudo apt update
24
- sudo apt-get install -y libstdc++-6-dev
+ 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
27
28
- uses: actions/setup-node@v4
29
with:
0 commit comments