File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
- name : Checkout repository
34
34
uses : actions/checkout@v2
35
35
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
43
43
44
44
- name : Install Rust toolchain
45
45
uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments