Skip to content

Commit

Permalink
GitHub action - added Arm toolchain to search path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Dec 18, 2023
1 parent 38b1966 commit 20e24b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
fetch-depth: 1
- name: build
run: |
TOOLCHAIN=$(dirname $(find /opt/arm*/bin -name 'arm-none-eabi-gcc'))
PATH="$TOOLCHAIN:$PATH"
bash ./build.sh

0 comments on commit 20e24b0

Please sign in to comment.