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 5e764d9 commit 3b3e4b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ jobs:
uses: actions/checkout@v3
- name: Install Lib
run: sudo apt update && sudo apt install -y musl-tools musl-dev musl upx
- name: Install rust-src
- name: Install toolchain
run:
rustup toolchain install nightly-${{ matrix.platform.target }}
- name: Install rust-src
run:
rustup component add rust-src --toolchain nightly-${{ matrix.platform.target }}
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit 3b3e4b8

Please sign in to comment.