Skip to content

Commit

Permalink
ci: set path
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 9, 2024
1 parent 1e9b729 commit 2e7e889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
- name: Install Qemu
run: yes | pacman -Syy ${{ matrix.packages }}
- name: test run
run: cd test-polyhal && make ARCH=${{ matrix.arch }} run
run: cd test-polyhal && PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} run
timeout-minutes: 1

0 comments on commit 2e7e889

Please sign in to comment.