mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
override the default rust
This commit is contained in:
parent
5ab7893786
commit
094c454cc3
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
target: thumbv4t-none-eabi
|
|
||||||
components: clippy, rust-src
|
components: clippy, rust-src
|
||||||
|
override: true
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v2.1.1
|
uses: actions/cache@v2.1.1
|
||||||
|
|
Loading…
Reference in a new issue