mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-21 22:29:22 +00:00
fix: update nightly and fix CI lockbud
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Audit / audit (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Audit / audit (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run
This commit is contained in:
parent
50b3336156
commit
c8f8824230
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