Skip to content

Commit

Permalink
change to env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 24, 2024
1 parent aca71c1 commit 98820cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- runs-on: ubuntu-latest
compiler: gcc
gcc: 13
env:
CC: gcc-13
CXX: g++-13

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- runs-on: ubuntu-latest
compiler: gcc
gcc: 13
env:
CC: gcc-13
CXX: g++-13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98820cc

Please # to comment.