Skip to content

Commit

Permalink
Install rustup in noninteractive mode. (#9)
Browse files Browse the repository at this point in the history
* Install rustup in noninteractive mode.

* Correct workflow name

* Trigger in any pull request
  • Loading branch information
Shylock-Hg committed Jul 27, 2021
1 parent c87db62 commit ff4d6cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: cpp_test
name: pull_request

on:
pull_request:
types: [synchronize, reopened]
branches:
- master
- 'v[0-9]+.*'
Expand All @@ -22,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup tool chain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup component add clippy
- name: Lint
run: |
Expand Down

0 comments on commit ff4d6cb

Please sign in to comment.