Skip to content

Commit

Permalink
fix: lockbud compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Nov 23, 2024
1 parent 4558b66 commit 207c236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lockbud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
git clone https://github.com/BurtonQin/lockbud.git
cd lockbud
sed -i 's/-2024-10-05//g' rust-toolchain.toml
sed -i 's/10-05/10-11/g' rust-toolchain.toml
cargo install --path .
cd ..
cargo clean
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-10-11"
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"]

0 comments on commit 207c236

Please sign in to comment.