Skip to content

Commit

Permalink
Disable self updates on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 8, 2024
1 parent 46568b3 commit 5258920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
target: wasm32-wasip1
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
shell: bash

# Configure cross-builds by adding the rustup target and configuring future
Expand Down

0 comments on commit 5258920

Please sign in to comment.