Skip to content

Commit

Permalink
update to gcc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev committed Feb 14, 2024
1 parent 8719438 commit 8b351fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
- name: Run vcpkg
uses: lukka/run-vcpkg@v10

- name: Update gcc
run: |
sudo apt update
sudo apt install gcc-12 g++-12
echo "CC=gcc-12" >> $GITHUB_ENV
echo "CXX=g++-12" >> $GITHUB_ENV
shell: bash
if: matrix.platform == 'ubuntu-latest'

- name: Set llvm (Ubuntu)
run: |
wget https://apt.llvm.org/llvm.sh
Expand Down

0 comments on commit 8b351fd

Please sign in to comment.