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 52cbc58 commit ffd35c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path:
$(pwd)/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}
key:
gcc-non-eabi-${TOOLCHAIN_UPDATE}
gcc-arm-non-eabi-${TOOLCHAIN_UPDATE}

- name: Install gcc-arm-embedded
if: steps.cache-gcc.outputs.cache-hit != 'true'
Expand All @@ -43,9 +43,9 @@ jobs:
uses: actions/cache/save@v4
with:
path:
$(pwd)/gcc-non-eabi-${TOOLCHAIN_UPDATE}
$(pwd)/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}
key:
gcc-non-eabi-${TOOLCHAIN_UPDATE}
gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}

- name: Add gcc-arm-embedded to path
run: echo "$(pwd)/gcc-arm-none-eabi-${TOOLCHAIN_UPDATE}/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit ffd35c3

Please sign in to comment.