Skip to content

Commit

Permalink
fix: Cache windows build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Nov 22, 2023
1 parent ae32a0a commit 5b0e1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ release = '''set -e
cargo zigbuild --release --target aarch64-apple-darwin
cargo zigbuild --release --target x86_64-unknown-linux-gnu
cargo zigbuild --release --target aarch64-unknown-linux-gnu
cargo xwin build --release --target x86_64-pc-windows-msvc --xwin-arch x86_64
cargo xwin build --release --target aarch64-pc-windows-msvc --xwin-arch aarch64
cargo xwin build --release --target x86_64-pc-windows-msvc --xwin-arch x86_64 --xwin-cache-dir .bin/xwin/x86_64
cargo xwin build --release --target aarch64-pc-windows-msvc --xwin-arch aarch64 --xwin-cache-dir .bin/xwin/aarch64
git push
git push --tags
Expand Down

0 comments on commit 5b0e1da

Please sign in to comment.