Skip to content

Commit

Permalink
Updated path to find *.cmake (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Sep 5, 2022
1 parent 82623fd commit ab8b5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ jobs:

- name: Set toolchain default paths
run: |
./scripts/set-default.sh Windows zip/cmsis-toolbox-windows64/etc
./scripts/set-default.sh Linux zip/cmsis-toolbox-linux64/etc
./scripts/set-default.sh Darwin zip/cmsis-toolbox-darwin64/etc
./scripts/set-default.sh Windows toolbox/zip/cmsis-toolbox-windows64/etc
./scripts/set-default.sh Linux toolbox/zip/cmsis-toolbox-linux64/etc
./scripts/set-default.sh Darwin toolbox/zip/cmsis-toolbox-darwin64/etc
- name: Zip folders
run: |
Expand Down

0 comments on commit ab8b5d9

Please sign in to comment.