Skip to content

Commit

Permalink
GitHub Actions: Setup iOS disable dependents upgrade of git-crypt (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda authored Dec 18, 2023
1 parent 6b1c652 commit 7518477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ runs:
shell: bash
env:
HOMEBREW_NO_INSTALL_CLEANUP: true
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: true

# Generate git-crypt.key file from base64 file content and decrypt
- name: git-crypt unlock secrets
Expand Down Expand Up @@ -137,4 +138,4 @@ runs:
echo "Generating gc_keys.json file"
echo "${{ inputs.google-cloud-storage-code-signing-certificates-key }}" | base64 --decode > gc_keys.json
fi
shell: bash
shell: bash

0 comments on commit 7518477

Please sign in to comment.