Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
halowombatflauschig authored Jan 7, 2022
1 parent 01b7f11 commit 0029bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
security import "$f" -k "$MY_KEYCHAIN" -P "" -T /usr/bin/codesign -T /usr/bin/security
done
# fake certificates are self-signed, so we need to manually mark them as trusted (otherwise bazel will not pick them up)
sudo security authorizationdb write com.apple.trust-settings.admin allow
for f in "$CERTS_PATH"/*.cer; do
sudo security add-trusted-cert -d -r trustRoot -p codeSign -k "$MY_KEYCHAIN" "$f"
done
Expand Down

0 comments on commit 0029bc1

Please sign in to comment.