Skip to content

Commit

Permalink
This is mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 21, 2024
1 parent dfdb3b5 commit 0f271a9
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 @@ -60,7 +60,7 @@ jobs:
APPLE_API_KEY: ${{ secrets.APPLE_API_SECRET_KEY }}

- name: Print sha256sum
run: sudo apt-get install --reinstall coreutils && sha256sum ${{ github.workspace }}/apple-api-key.p8
run: brew install coreutils && sha256sum ${{ github.workspace }}/apple-api-key.p8

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 0f271a9

Please sign in to comment.