mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
add rust-toolchain.toml
This commit is contained in:
parent
7f4e941b50
commit
1a7d31d11a
2 changed files with 3 additions and 7 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -22,13 +22,6 @@ jobs:
|
|||
sudo apt-get install libzip5 ./mGBA-0.9.0-ubuntu64-focal/libmgba.deb -y && \
|
||||
rm -rf mgba.tar.xz mGBA-0.9.0-ubuntu64-focal
|
||||
- uses: actions/checkout@v2
|
||||
- name: Nightly rust with required components
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-04-20
|
||||
components: clippy, rust-src
|
||||
override: true
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v2.1.1
|
||||
with:
|
||||
|
|
3
agb/rust-toolchain.toml
Normal file
3
agb/rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rust-src"]
|
Loading…
Add table
Reference in a new issue