Skip to content

Commit

Permalink
ci: Workaround rust-lang/rustup#3709
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Mar 12, 2024
1 parent e39fcbd commit c0fb740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup install --profile minimal stable && rustup default stable
run: rustup install --no-self-update --profile minimal stable && rustup default stable
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
- name: Compile
Expand Down

0 comments on commit c0fb740

Please sign in to comment.