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 11, 2024
1 parent 774eb31 commit a648ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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
echo "$(pwd)/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}/bin >> $GITHUB_PATH"
echo "$GITHUB_PATH"
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit a648ba6

Please sign in to comment.