Skip to content

Commit

Permalink
Merge pull request #18 from naviqore/feature/clean-up-project-structure
Browse files Browse the repository at this point in the history
FIX: error: error: ‘format’ is not a member of ‘std’ use gcc latest v…
  • Loading branch information
Brunner246 authored Aug 16, 2024
2 parents b1cd030 + 1f7b83a commit c009ba3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Checkout code
uses: actions/[email protected]

- name: Install GCC latest
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y gcc g++
- name: vcpkg installation
shell: bash
run: |
Expand Down

0 comments on commit c009ba3

Please sign in to comment.