Skip to content

Commit

Permalink
update linux workflow to use gcc13
Browse files Browse the repository at this point in the history
 - sqee was building fine with 11, but sts wasn't
  • Loading branch information
jagoly committed Mar 5, 2024
1 parent 49e758d commit 49740bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:

build:
runs-on: ubuntu-22.04

env:
CC: gcc-13
CXX: g++-13

steps:

- name: Install Vulkan SDK
Expand Down

0 comments on commit 49740bc

Please sign in to comment.