Skip to content

Commit

Permalink
fix(ci): build with g++-13
Browse files Browse the repository at this point in the history
  • Loading branch information
GarciaLnk committed Feb 8, 2024
1 parent df54eba commit 1253941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- name: Git checkout
uses: actions/checkout@v4
- name: Build project
env:
CXX: g++-13
run: make
- name: Run tests
run: make test
Expand Down

0 comments on commit 1253941

Please sign in to comment.