Skip to content

Commit

Permalink
ci: Temporary CI workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Mar 14, 2024
1 parent dcb1518 commit 7191b6f
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 7191b6f

Please sign in to comment.