mirror of
https://github.com/GerbilSoft/minizip-ng.git
synced 2025-06-18 11:35:34 -04:00
Prevent hang on macOS when trying to install test certificate.
This commit is contained in:
parent
c93a6b3d1c
commit
6f2e6bd74b
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…
Reference in New Issue
Block a user