Skip to content

Commit ff5fc24

Browse files
committed
Fix CI on Windows
1 parent c776af7 commit ff5fc24

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
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
submodules: true
7373
- name: Install Rust (rustup)
74-
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
74+
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
7575
if: matrix.os != 'macos-latest'
7676
- name: Install Rust (macos)
7777
run: |

0 commit comments

Comments
 (0)