Now that we know it *can* work, run faster
All checks were successful
Demo / Explore-CI (push) Successful in 3m50s
All checks were successful
Demo / Explore-CI (push) Successful in 3m50s
This commit is contained in:
parent
a8ac4c6acb
commit
0a5e335106
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ jobs:
|
||||||
- name: Grab Rust toolchain
|
- name: Grab Rust toolchain
|
||||||
uses: https://github.com/actions-rs/toolchain@v1
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: complete
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: stable
|
||||||
target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
override: true
|
override: true
|
||||||
- name: Run check
|
- name: Run check
|
||||||
|
|
Loading…
Add table
Reference in a new issue