Skip to content

Commit

Permalink
slang: verible: Use gcc-9
Browse files Browse the repository at this point in the history
GitHub Actions virtual environments doesn't have gcc-8 preinstalled
anymore: actions/runner-images#2950
  • Loading branch information
ajelinski committed Apr 9, 2021
1 parent b43d60d commit 9375536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ jobs:
runs-on: "ubuntu-16.04"
env:
PACKAGE: "sv-front/verible"
USE_SYSTEM_GCC_VERSION: "8"
USE_SYSTEM_GCC_VERSION: "9"
OS_NAME: "linux"
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -720,7 +720,7 @@ jobs:
env:
PACKAGE: "sv-front/slang"
OS_NAME: "linux"
USE_SYSTEM_GCC_VERSION: "8"
USE_SYSTEM_GCC_VERSION: "9"
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 9375536

Please sign in to comment.