Skip to content

Commit

Permalink
Update 03-Run_Integration_Test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Nov 15, 2024
1 parent 460112c commit b6313c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/03-Run_Integration_Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6313c8

Please sign in to comment.