Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 4, 2024
1 parent 70ae133 commit 6293a2c
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 gcc
- name: setup rust toolchain
run: rustup default nightly
run: rustup default nightly && cargo install cargo-binutils && export PATH=$PATH:~/.cargo/bin
- name: Test ${{ matrix.arch }}
run: cd example && make ARCH=${{ matrix.arch }} build
- name: Install Qemu
Expand Down

0 comments on commit 6293a2c

Please sign in to comment.