Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
vsandstrom committed Aug 31, 2024
1 parent e3c0f9b commit 1eb6f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
rustup install stable-x86_64-apple-darwin
rustup install stable-aarch64-apple-darwin
rustup install stable-x86_64-pc-windows-gnu
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
rustup target add x86_64-pc-windows-gnu
cargo xtask bundle havregryn --target=x86_64-apple-darwin --release
cd /Users/runner/work/Havregryn/Havregryn/target/bundled/
zip -r Havregryn_macOS_intel.vst3.zip Havregryn.vst3
Expand Down

0 comments on commit 1eb6f17

Please sign in to comment.