We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1332a3 commit bf766b6Copy full SHA for bf766b6
.github/workflows/build.yml
@@ -29,15 +29,6 @@ jobs:
29
- name: "Checkout Repository"
30
uses: actions/checkout@v1
31
32
- - name: Install Rustup
33
- run: |
34
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
35
- echo ::add-path::$HOME/.cargo/bin
36
- if: runner.os == 'macOS'
37
-
38
- - name: Set Rustup profile to minimal
39
- run: rustup set profile minimal
40
41
- name: "Print Rust Version"
42
run: |
43
rustc -Vv
0 commit comments