Skip to content

Commit 558274a

Browse files
committed
Fix Windows CI with a temporary patch
1 parent f0dfd2b commit 558274a

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
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
submodules: true
110110
- name: Install Rust (rustup)
111-
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
111+
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
112112
if: matrix.os != 'macos-latest'
113113
- name: Install Rust (macos)
114114
run: |

0 commit comments

Comments
 (0)