Skip to content

Commit

Permalink
ci: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 4, 2024
1 parent d3189e2 commit 7b4825b
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 @@ -53,4 +53,4 @@ jobs:
- name: Install Qemu
run: yes | pacman -Syy ${{ matrix.packages }}
- name: Test run
run: PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} run
run: cd example && PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} run

0 comments on commit 7b4825b

Please sign in to comment.