Skip to content

Commit

Permalink
now it should work, also adding m1 support back
Browse files Browse the repository at this point in the history
  • Loading branch information
Layendan committed May 26, 2024
1 parent 6cbdfe9 commit 15d356a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- platform: 'macos-latest'
arch: 'x64'
flag: '--target x86_64-apple-darwin'
# - platform: 'macos-latest'
# arch: 'arm64'
# flag: '--target aarch64-apple-darwin'
- platform: 'macos-latest'
arch: 'arm64'
flag: '--target aarch64-apple-darwin'
- platform: 'windows-latest'
arch: 'x64'
flag: ''
Expand Down Expand Up @@ -63,6 +63,11 @@ jobs:
run: |
rustup target add aarch64-apple-darwin
- name: install dependencies (osx only)
if: matrix.platform == 'macos-latest' && matrix.arch == 'x64'
run: |
rustup target add x86_64-apple-darwin
- name: Install frontend dependencies
run: yarn svelte:build

Expand Down

0 comments on commit 15d356a

Please sign in to comment.