Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
typeling1578 committed Nov 20, 2023
1 parent 73cd065 commit 42221d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
chmod +x rust-setup.sh
./rust-setup.sh -y
source ~/.cargo/env
rustup add x86_64-pc-windows-gnu
rustup add aarch64-unknown-linux-gnu
rustup target add x86_64-pc-windows-gnu
rustup target add aarch64-unknown-linux-gnu
mkdir .cargo
cat <<EOF > .cargo/config
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
chmod +x rust-setup.sh
./rust-setup.sh -y
source ~/.cargo/env
rustup add aarch64-apple-darwin
rustup target add aarch64-apple-darwin
- name: Build macOS x86_64
run: |
Expand Down

0 comments on commit 42221d4

Please sign in to comment.