diff --git a/.github/workflows/03-Run_Integration_Test.yaml b/.github/workflows/03-Run_Integration_Test.yaml index 3c88f7d..47a5561 100644 --- a/.github/workflows/03-Run_Integration_Test.yaml +++ b/.github/workflows/03-Run_Integration_Test.yaml @@ -356,6 +356,14 @@ jobs: echo "Download failed" exit 1 fi + - name: Install GCC + if: always() + run: | + wget $GCC_URL + tar -xf arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi.tar.xz + # ls -la + cd arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi + # ls -la - name: Run test run: | export PATH=$PATH:~/SimplicityStudio-5/SimplicityStudio_v5/developer/adapter_packs/commander