mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Prevent hang on macOS when trying to install test certificate.
This commit is contained in:
parent
c93a6b3d1c
commit
6f2e6bd74b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -235,7 +235,9 @@ jobs:
|
|||
|
||||
- name: Install test certificate (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain test/test.pem || true
|
||||
run: |
|
||||
sudo security authorizationdb write com.apple.trust-settings.admin allow
|
||||
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain test/test.pem || true
|
||||
|
||||
- name: Install test certificate (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue