Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 authored Jun 28, 2024
1 parent 900a68c commit e26da23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v4
with:
path:
~/gcc-arm-none-eabi-${{env.TOOLCHAIN_UPDATE}}
gcc-arm-none-eabi-${{env.TOOLCHAIN_UPDATE}}
key:
gcc-arm-none-eabi-${{env.TOOLCHAIN_UPDATE}}

Expand All @@ -40,7 +40,9 @@ jobs:
tar -xjvf toolchain.tar.bz2
- name: Add gcc-arm-embedded to path
run: echo "$(pwd)/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}/bin" >> $GITHUB_PATH
run: |
echo "$(pwd)/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}/bin" >> $GITHUB_PATH
echo "$(pwd)
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit e26da23

Please sign in to comment.