Skip to content

Commit

Permalink
undo CC if else
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Nov 28, 2024
1 parent 4db4bd3 commit fd49c6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
runs-on: ${{matrix.os}}
container: ${{matrix.container}}
env:
#CC: ${{ matrix.cc }}
CC: gcc-10 if ${{ contains(matrix.os, 'ubuntu') }} else clang
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
strategy:
fail-fast: false
Expand Down

0 comments on commit fd49c6c

Please sign in to comment.