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 7e16f41 commit 04abbbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
export DIR="/Users/runner/work/Havregryn/Havregryn/target/bundled/"
brew install mingw-w64
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
sudo apt install mingw-w64
rustup target add x86_64-pc-windows-gnu
cargo xtask bundle havregryn --target=x86_64-apple-darwin --release
cd $DIR
Expand Down
2 changes: 2 additions & 0 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ edition = "2021"
[dependencies]
nih_plug_xtask = { git = "https://github.com/robbert-vdh/nih-plug.git" }

[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"

0 comments on commit 04abbbe

Please sign in to comment.