Skip to content

Commit

Permalink
Fix building errors with gcc 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Apr 12, 2024
1 parent b50d187 commit 21ec0c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ jobs:

linux:
runs-on: ubuntu-latest
compiler: gcc
gcc: 13
steps:
- name: Check Out Repo
uses: actions/checkout@v4
Expand All @@ -288,6 +286,9 @@ jobs:
- name: Build Linux
run: |
node build_tgfx -s ./linux Hello2D -o ./out/release/linux -a x64
env:
CC: gcc-13
CXX: g++-13

- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
Expand Down

0 comments on commit 21ec0c6

Please sign in to comment.