Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarn committed Oct 17, 2019
1 parent dc59e76 commit d6a6fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install Rust
if: matrix.os == 'macOS-latest'
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
- name: Add rustup path
if: matrix.os == 'macOS-latest'
run: echo ::add-path::$HOME/.cargo/bin
Expand Down

0 comments on commit d6a6fa6

Please sign in to comment.