Skip to content

Commit 886b05a

Browse files
committed
CI: remove unnecessary hacks
1 parent 314e925 commit 886b05a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v2
3535

36-
# We need to disable the existing toolchain to avoid updating rust-docs
37-
# which takes a long time. The fastest way to do this is to rename the
38-
# existing folder, as deleting it takes about as much time as not doing
39-
# anything and just updating rust-docs.
40-
- name: Rename existing rust toolchain (Windows)
41-
if: matrix.os == 'windows-latest'
42-
run: Rename-Item C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc.old
36+
# # We need to disable the existing toolchain to avoid updating rust-docs
37+
# # which takes a long time. The fastest way to do this is to rename the
38+
# # existing folder, as deleting it takes about as much time as not doing
39+
# # anything and just updating rust-docs.
40+
# - name: Rename existing rust toolchain (Windows)
41+
# if: matrix.os == 'windows-latest'
42+
# run: Rename-Item C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc.old
4343

4444
- name: Install Rust toolchain
4545
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)