From 525892043b1df0b4c1fa9737c746c6b7e418f268 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 8 May 2024 10:34:53 -0700 Subject: [PATCH] Disable self updates on windows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b626d83..41f9e18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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