Skip to content

Commit f758565

Browse files
committed
Fix Windows CI
1 parent b7fa382 commit f758565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
submodules: true
4949
- name: Install Rust (rustup)
50-
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
50+
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
5151
if: matrix.os != 'macos-latest'
5252
- name: Install Rust (macos)
5353
run: |

0 commit comments

Comments
 (0)