Skip to content

Commit

Permalink
Install gcc 12 in the github workflow for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Nov 19, 2022
1 parent cfe4ff7 commit b5f8a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements-dev.txt
# sudo apt-get update
sudo apt-get install gcc-12 g++-12
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
- name: runtest ${{ matrix.os }}
run: |
Expand Down

0 comments on commit b5f8a00

Please sign in to comment.