Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Jan 4, 2024
1 parent 663a4c3 commit 3ca4d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Install riscv64 target
run: rustup target add riscv64imac-unknown-none-elf
- name: Build
run: cargo build --verbose --target=riscv64imac-unknown-none-elf
run: CC=clang-16 && cargo build --verbose --target=riscv64imac-unknown-none-elf

0 comments on commit 3ca4d51

Please sign in to comment.