Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Sep 2, 2024
1 parent 8788d98 commit 1350e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: runner.os == 'macOS'
run: |
rustup target add x86_64-apple-darwin aarch64-apple-darwin
cargo build --release --target x86_64-apple-darwin --target aarch64-apple-darwin
cargo build --release --target x86_64-apple-darwin --target aarch64-apple-darwin --manifest-path psst-gui/Cargo.toml
- name: Build Release (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 1350e8c

Please sign in to comment.