fix: permission problems in container (#1106)

This commit is contained in:
2025-03-13 17:57:14 +08:00
committed by GitHub
parent 62dc88f313
commit ff739f08b0
5 changed files with 11 additions and 10 deletions

View File

@ -147,8 +147,8 @@
//"./tools/Cargo.toml",
],
// "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
"rust-analyzer.cargo.target": "x86_64-unknown-none",
"rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
// "rust-analyzer.cargo.target": "x86_64-unknown-none",
"rust-analyzer.check.overrideCommand": [
"make",
"check",