Skip to content

Commit

Permalink
remove xcode-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Sep 11, 2024
1 parent 55686c4 commit 0a8c22c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
# Build both intel and apple silicon
working-directory: apps/desktop-solid
run: |
xcode-select --install
sudo xcodebuild -runFirstLaunch
pnpm install
node ${{ github.workspace }}/.github/prebuild.js x86_64
pnpm tauri build --target x86_64-apple-darwin
Expand All @@ -115,7 +113,7 @@ jobs:
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
APPLE_API_KEY_PATH: api.p8
APPLE_KEYCHAIN: ${{ runner.temp }}/build.keychain
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_SIGNING_KEY }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

- name: upload assets
Expand Down

0 comments on commit 0a8c22c

Please sign in to comment.