Skip to content

Commit

Permalink
disable self-update on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jul 12, 2022
1 parent f5a17cf commit fc98fcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
runs:
using: composite
steps:
# Work around for sporadic issues with rustup self-update on windows
- run: rustup set auto-self-update disable
if: contains(runner.os, 'windows')
shell: bash
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit fc98fcc

Please sign in to comment.