Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jul 1, 2024
1 parent 9629bed commit 0f5adda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ jobs:
run: brew install llvm@16
- name: Install coreutils
run: brew install coreutils
- name: Install docker
run: brew install docker colima && brew services start colima
- name: Install riscv64 target
run: rustup target add riscv64imac-unknown-none-elf
- name: Install cargo generate
Expand Down

0 comments on commit 0f5adda

Please sign in to comment.