Skip to content

Commit

Permalink
Test g++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Dec 18, 2024
1 parent b42d699 commit 1feadc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
- name: Test g++ version
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 100 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
g++ --version
- name: Run build
working-directory: ./MatchBot
run: make
Expand Down

0 comments on commit 1feadc1

Please sign in to comment.