Skip to content

Commit

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

- name: Update gcc
- name: Set 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'
if: matrix.platform == 'ubuntu-latest' && matrix.compiler == 'gcc'

- name: Set llvm (Ubuntu)
run: |
Expand Down

0 comments on commit 124e653

Please sign in to comment.