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 d8514b8 commit d7ff5faCopy full SHA for d7ff5fa
.github/workflows/runtest.yml
@@ -39,7 +39,7 @@ jobs:
39
python -m pip install --upgrade pip setuptools wheel
40
python -m pip install ninja psutil
41
# sudo apt-get update
42
- sudo apt-get install gcc-12
+ sudo apt-get install gcc-12 g++-12
43
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
44
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
45
- name: runtest ${{ matrix.os }}
0 commit comments