Skip to content

Commit 7191b6f

Browse files
committedMar 14, 2024··
ci: Temporary CI workaround
See rust-lang/rustup#3709
1 parent dcb1518 commit 7191b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
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/rust-cache@v2.7.3
6868
- name: Compile

0 commit comments

Comments
 (0)
Please sign in to comment.