This commit is contained in:
parent
69cd1ef86f
commit
a3fbd76957
1 changed files with 6 additions and 1 deletions
|
@ -10,9 +10,14 @@ jobs:
|
|||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- name: Run cargo check
|
||||
- name: Grab Rust toolchain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: aarch64-unknown-linux-gnu
|
||||
override: true
|
||||
- name: Run check
|
||||
uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
|
|
Loading…
Add table
Reference in a new issue