Skip to content

Commit

Permalink
explicitly specify gcc 11 hoping it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Oct 15, 2024
1 parent d050745 commit b865102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ defaults:

env:
cache_key: gcc3 # The number (#) following the cache_key "gcc" is to flush Action cache.
CC: gcc-10
FC: gfortran-10
CXX: g++-10
CC: gcc-11
FC: gfortran-11
CXX: g++-11

# A note on flushing Action cache and relevance to "cache_key" above.
# There is no way to flush the Action cache, and hence a number (#) is appended
Expand Down

0 comments on commit b865102

Please sign in to comment.