Skip to content

Commit

Permalink
Update generate_firmware.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Sep 4, 2024
1 parent ef06579 commit 93c906f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,20 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]

- name: Download a file
# You may pin to the exact commit or the version.
# uses: valitydev/action-download-file@7fb017bf38a45a6d420e5456e95f0b1ef966a20c
uses: valitydev/[email protected]
with:
# URL to file
url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-aarch64-linux.tar.bz2?rev=b748c39178c043b4915b04645d7774d8&hash=9E173D105DC6E0D452EB3A813BF28AAB
# Target path
target-path: docker/

- name: Prepare environment
run: |
cd docker
curl -O -L "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-aarch64-linux.tar.bz2?rev=b748c39178c043b4915b04645d7774d8&hash=9E173D105DC6E0D452EB3A813BF28AAB"
tar xjf gcc-arm-none-eabi-10.3-2021.10-aarch64-linux.tar.bz2
git clone ssh://[email protected]/toolchain_external/iar_bxarm_9204_linux_jenkins.git
ls -la
- name: Generate Firmware
Expand Down

0 comments on commit 93c906f

Please sign in to comment.