Skip to content

Commit

Permalink
use GCC-12
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Aug 24, 2023
1 parent 8184f51 commit b74efd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,15 @@ jobs:
run: |
sudo apt install clang-12
- name: install GCC-12
continue-on-error: true
run: |
sudo apt install gcc-12
- name: install boost
run: |
sudo apt install libboost-tools-dev libboost-dev libboost-system-dev
echo "using gcc ;" >>~/user-config.jam
echo "using gcc : 12 : g++-12 ;" >>~/user-config.jam
echo "using clang : 12 : clang++-12 ;" >>~/user-config.jam
- name: build and run tests
Expand Down

0 comments on commit b74efd8

Please sign in to comment.