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 7ce1947 commit abe56c0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,11 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Download File Action
# You may pin to the exact commit or the version.
# uses: Minionguyjpro/Download-File-Action@cb86d3ecd4ed8bc49f63cf4b33d957c50fcb5ba0
uses: Minionguyjpro/Download-File-Action@v1
with:
# URL to download file from
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
# Path to store output file
path: docker/

- name: Prepare environment
run: |
cd docker
wget 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
Expand Down

0 comments on commit abe56c0

Please sign in to comment.