Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
fixup: CI: macos-13: workaround weird cargo index issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ookiineko <[email protected]>
  • Loading branch information
Ookiineko committed Nov 21, 2023
1 parent 80596fd commit 0569e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ jobs:
. "$HOME/.cargo/env"
rustup component add rust-src
- name: Fix up Rust
if: matrix.os_release == 13
run: |
rm -rf ~/.cargo/registry/index
- name: Build
run: |
echo -e "\n### extract source ###\n"
Expand Down

0 comments on commit 0569e57

Please sign in to comment.