Skip to content

Commit c0fb740

Browse files
committed
ci: Workaround rust-lang/rustup#3709
1 parent e39fcbd commit c0fb740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v4
6464
- name: Install Rust
65-
run: rustup install --profile minimal stable && rustup default stable
65+
run: rustup install --no-self-update --profile minimal stable && rustup default stable
6666
- name: Cache builds
6767
uses: Swatinem/[email protected]
6868
- name: Compile

0 commit comments

Comments
 (0)