File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 28
28
- name : " Checkout Repository"
29
29
uses : actions/checkout@v1
30
30
31
- - name : Install Rustup
32
- run : |
33
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
34
- echo ::add-path::$HOME/.cargo/bin
35
- if : runner.os == 'macOS'
36
-
37
31
- name : " Print Rust Version"
38
32
run : |
39
33
rustc -Vv
@@ -104,11 +98,6 @@ jobs:
104
98
105
99
steps :
106
100
- uses : actions/checkout@v1
107
- - name : Install Rustup
108
- run : |
109
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
110
- echo ::add-path::$HOME/.cargo/bin
111
- if : runner.os == 'macOS'
112
101
- name : " Install Rustup Components"
113
102
run : rustup component add rust-src llvm-tools-preview
114
103
- name : " Install cargo-xbuild"
You can’t perform that action at this time.
0 commit comments