Skip to content

Commit

Permalink
CI mac: install jq only if not installed
Browse files Browse the repository at this point in the history
refer the commit d10a9d5
  • Loading branch information
MartinPulec committed May 28, 2024
1 parent fa67734 commit b1ea13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
id: upload-release
if: (github.repository == 'CESNET/UltraGrid' && github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/')
run: |
brew install jq
brew list jq >/dev/null || brew install jq
.github/scripts/replace-asset.sh $TAG UltraGrid-$VERSION.dmg application/x-apple-diskimage macOS%20$(uname -m)%20build
- name: Upload Build
if: steps.upload-release.conclusion == 'skipped'
Expand Down

0 comments on commit b1ea13a

Please sign in to comment.