mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-04 05:29:11 +00:00
fix: update nightly and fix CI lockbud
This commit is contained in:
parent
b9f2765d29
commit
6a850f90d5
2 changed files with 1 additions and 2 deletions
1
.github/workflows/lockbud.yml
vendored
1
.github/workflows/lockbud.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
run: |
|
||||
git clone https://github.com/BurtonQin/lockbud.git
|
||||
cd lockbud
|
||||
sed -i 's/10-05/10-11/g' rust-toolchain.toml
|
||||
cargo install --path .
|
||||
cd ..
|
||||
cargo clean
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2024-10-11"
|
||||
channel = "nightly-2024-12-01"
|
||||
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rust-src", "llvm-tools-preview", "rustc-codegen-cranelift-preview"]
|
||||
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]
|
||||
|
|
Loading…
Reference in a new issue