Skip to content

Commit

Permalink
More gcc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 5, 2024
1 parent bff64e4 commit cfa2365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sudo apt-get install -y gcc-${{ matrix.clang-version }} g++-${{ matrix.clang-version }}
- name: Select Clang ${{ matrix.clang-version }}
- name: Select GCC ${{ matrix.clang-version }}
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc-version }} 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.gcc-version }} 100
Expand Down

0 comments on commit cfa2365

Please sign in to comment.