Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wx257osn2 committed Jan 13, 2024
1 parent 2be6761 commit 01628d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: install gcc-12
shell: bash
run: |
sudo apt-get install -y gcc-12 g++-12
sudo update-alternatives --install /usr/local/bin/gcc gcc /usr/bin/gcc-12 12 --slave /usr/local/bin/g++ g++ /usr/bin/g++-12
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit 01628d7

Please sign in to comment.