Skip to content

Commit 1ad16be

Browse files
authored
ci.yml: remove preset: .rustup/settings.toml
1 parent f2e1949 commit 1ad16be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
sudo modprobe -v zstd
3838
- name: Install Rust
3939
run: |
40+
rm -f /home/runner/.rustup/settings.toml
4041
curl https://sh.rustup.rs -sSf | sh -s -- -y
4142
- name: Install toolchain
4243
run: |
@@ -57,6 +58,7 @@ jobs:
5758
uses: actions/checkout@v4
5859
- name: Install Rust
5960
run: |
61+
rm -f /home/runner/.rustup/settings.toml
6062
curl https://sh.rustup.rs -sSf | sh -s -- -y
6163
- name: Install toolchain
6264
run: |
@@ -73,6 +75,7 @@ jobs:
7375
uses: actions/checkout@v4
7476
- name: Install Rust
7577
run: |
78+
rm -f /home/runner/.rustup/settings.toml
7679
curl https://sh.rustup.rs -sSf | sh -s -- -y
7780
- name: Install toolchain
7881
run: |

0 commit comments

Comments
 (0)