From 9beed29f26c5e376195866d7bf472f193740f345 Mon Sep 17 00:00:00 2001 From: soheilshahrouz Date: Sat, 16 Mar 2024 14:34:57 -0400 Subject: [PATCH] install gcc-8 on runner image --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa2f3f9e81c..9bb03dbdb58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/ccache-action@v1.2 - name: Test