We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e1949 commit 1ad16beCopy full SHA for 1ad16be
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
sudo modprobe -v zstd
38
- name: Install Rust
39
run: |
40
+ rm -f /home/runner/.rustup/settings.toml
41
curl https://sh.rustup.rs -sSf | sh -s -- -y
42
- name: Install toolchain
43
@@ -57,6 +58,7 @@ jobs:
57
58
uses: actions/checkout@v4
59
60
61
62
63
64
@@ -73,6 +75,7 @@ jobs:
73
75
74
76
77
78
79
80
81
0 commit comments