Skip to content

Commit

Permalink
meta: fixup github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 11, 2024
1 parent 8ec98cc commit 36f23ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
if: steps.cache-local.outputs.cache-hit != 'true'
run: |
mkdir -p ~/.local
wget --no-verbose "https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz?rev=e434b9ea4afc4ed7998329566b764309&hash=CA590209F5774EE1C96E6450E14A3E26"
tar -C ~/.local --strip-components=1 -xaf arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz
wget --no-verbose -O arm.tar.xz "https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz?rev=e434b9ea4afc4ed7998329566b764309&hash=CA590209F5774EE1C96E6450E14A3E26"
tar -C ~/.local --strip-components=1 -xaf arm.tar.xz
- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
ninja
- name: Upload firmware artifacts
- uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: gemini-firmware.elf
path: firmware/build/gemini-firmware.*
Expand Down

0 comments on commit 36f23ec

Please sign in to comment.