Skip to content

Commit

Permalink
[ci] Test GCC13 potential fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 16, 2024
1 parent bff4a57 commit 0d39d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ jobs:
# key: ${{ runner.os }}-gcc
- name: Configure CMake
run: |
export CC=/usr/bin/gcc-13
export CXX=/usr/bin/g++-13
export CC=/usr/bin/gcc-13.1
export CXX=/usr/bin/g++-13.1
mkdir -p build
CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 cmake -S . -B build
- name: Build
Expand Down

0 comments on commit 0d39d99

Please sign in to comment.