Skip to content

Commit

Permalink
Fix build Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GenshinMinecraft committed Dec 8, 2024
1 parent 3b3e4b8 commit 77216c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: sudo apt update && sudo apt install -y musl-tools musl-dev musl upx
- name: Install toolchain
run:
rustup toolchain install nightly-${{ matrix.platform.target }}
rustup toolchain install nightly
- name: Install rust-src
run:
rustup component add rust-src --toolchain nightly-${{ matrix.platform.target }}
Expand Down

0 comments on commit 77216c0

Please sign in to comment.