Skip to content

Commit

Permalink
change to gcc-8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drcut committed Aug 6, 2024
1 parent 85781d1 commit 2e99bda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
compiler: gcc
gcc: 8
compiler: gcc-8
steps:
- uses: actions/checkout@v2
- name: Install LLVM and Clang
Expand Down

0 comments on commit 2e99bda

Please sign in to comment.