修复cache-toolchain.yml的格式问题 (#464)

This commit is contained in:
LoGin 2023-12-04 22:10:10 +08:00 committed by GitHub
parent 6c7f966c2f
commit fca83acef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ jobs:
rustup component add rustfmt --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
cargo install dadk --version 0.1.6
# Create custom Rust toolchain
fork_toolchain_from="nightly-2023-08-15-x86_64-unknown-linux-gnu"
custom_toolchain="nightly-2023-08-15-x86_64-unknown-linux_dragonos-gnu"
custom_toolchain_dir="$(dirname $(rustc --print sysroot))/${custom_toolchain}"