Skip to content

Commit

Permalink
Update gcc-build.yml
Browse files Browse the repository at this point in the history
Fix gcc-build, file didn't get staged post merge conflict.
  • Loading branch information
Terrorblade committed Apr 15, 2024
1 parent 95b56de commit 50a0dbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-11
<<<<<<< HEAD
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
=======
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
>>>>>>> 7669887e6c552c4a9c28dd4d169b9458f409500c
- name: Setup
run: |
mkdir bin
Expand Down

0 comments on commit 50a0dbc

Please sign in to comment.