Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 committed Jun 28, 2024
1 parent 3187b7c commit 52cbc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
curl -LSso toolchain.tar.bz2 "https://developer.arm.com/-/media/Files/downloads/gnu-rm/${TOOLCHAIN_UPDATE}/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}-x86_64-linux.tar.bz2"
tar -xjvf toolchain.tar.bz2
- name: Upload gcc-arm-embedded to cache
if: steps.cache-gcc.outputs.cache-hit != 'true
if: steps.cache-gcc.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path:
Expand Down

0 comments on commit 52cbc58

Please sign in to comment.