Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Aug 9, 2024
1 parent dea0ff3 commit c82e6f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
run: |
curl -o AppleWWDRCA.cer http://developer.apple.com/certificationauthority/AppleWWDRCA.cer
- name: Convert Apple WWDR certificate to PEM format
run: |
openssl x509 -inform DER -in AppleWWDRCA.cer -out AppleWWDRCA.pem
- name: Install Apple WWDR certificate
run: |
sudo security import AppleWWDRCA.cer -k /Library/Keychains/System.keychain -A
sudo security import AppleWWDRCA.pem -k /Library/Keychains/System.keychain -A
sudo security trust-settings-import /Library/Keychains/System.keychain -d
- name: Verify installation
Expand Down

0 comments on commit c82e6f9

Please sign in to comment.