1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00

Change nightly date in ci

This commit is contained in:
Jiajie Chen 2020-06-15 18:10:23 +08:00
parent 59428269c7
commit b2d210753a

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-04-06
toolchain: nightly-2020-06-04
override: true
components: rustfmt, clippy
- name: Check code format
@ -30,7 +30,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2020-04-06
toolchain: nightly-2020-06-04
components: rust-src, llvm-tools-preview
- name: Cache QEMU