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 cfe4ff7 commit b5f8a00Copy full SHA for b5f8a00
.github/workflows/runtest.yml
@@ -40,6 +40,9 @@ jobs:
40
python -m pip install --upgrade pip setuptools wheel
41
python -m pip install -r requirements-dev.txt
42
# sudo apt-get update
43
+ sudo apt-get install gcc-12 g++-12
44
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
45
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
46
47
- name: runtest ${{ matrix.os }}
48
run: |
0 commit comments