Skip to content

Commit

Permalink
macos runner: install imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed May 16, 2024
1 parent 9696e8a commit 7b27cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04", "macOS-latest"]
os: ["ubuntu-22.04", "macOS-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -120,6 +120,7 @@ jobs:
APPLE_NOTARIZE_D: "${{ secrets.APPLE_NOTARIZE_D }}"
APPLE_NOTARIZE_I: "${{ secrets.APPLE_NOTARIZE_I }}"
run: |
brew install imagemagick
make pkg GOTAGS=${{ matrix.gotags }} VERSION=${{ needs.set-version.outputs.version }} RELEASE=${{ startsWith(github.ref, 'refs/tags/') && 'true' || 'false' }}
md5 bin/macos-client/*
md5 naisdevice.pkg
Expand Down

0 comments on commit 7b27cb4

Please sign in to comment.