Skip to content

Commit

Permalink
install gcc-8 on runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz committed Mar 16, 2024
1 parent 6213e50 commit 9beed29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,11 @@ jobs:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: egor-tensin/setup-gcc@v1
with:
version: 8
platform: x64

- uses: hendrikmuhs/[email protected]

- name: Test
Expand Down

0 comments on commit 9beed29

Please sign in to comment.