Skip to content

Commit

Permalink
Merge pull request #85 from zamm-dev/fix-mac-publish-target
Browse files Browse the repository at this point in the history
Fix Mac publish script for x86_64 build
  • Loading branch information
amosjyng authored May 14, 2024
2 parents 7965a0a + 1ea22ae commit 4a37ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/X11/lib/pkgconfig/"
npm install -g pnpm
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
- name: Build frontend and backend
run: make svelte rust
- name: Build the app
Expand Down

0 comments on commit 4a37ec1

Please sign in to comment.