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 2828 - name : " Checkout Repository"
2929 uses : actions/checkout@v1
3030
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-
3731 - name : " Print Rust Version"
3832 run : |
3933 rustc -Vv
@@ -104,11 +98,6 @@ jobs:
10498
10599 steps :
106100 - 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'
112101 - name : " Install Rustup Components"
113102 run : rustup component add rust-src llvm-tools-preview
114103 - name : " Install cargo-xbuild"
You can’t perform that action at this time.
0 commit comments