Skip to content

Commit

Permalink
ci: fix ci without toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 4, 2024
1 parent eb44617 commit 409e323
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 @@ -47,7 +47,7 @@ jobs:
- name: Install generaic tools
run: yes | pacman -Syy make cmake rustup
- name: setup rust toolchain
run: rustup toolchain default nightly
run: rustup default nightly
- name: Test ${{ matrix.arch }}
run: cd example && make ARCH=${{ matrix.arch }} build
- name: Install Qemu
Expand Down

0 comments on commit 409e323

Please sign in to comment.