build: attempt to fix mas 6 add potentially missing global cert

This commit is contained in:
johannesjo 2025-11-09 20:53:51 +01:00
parent 7fbc723536
commit c0d55063f0

View file

@ -28,6 +28,11 @@ jobs:
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Install Apple WWDR intermediate certificate
run: |
curl -fsSL https://www.apple.com/certificateauthority/AppleWWDRCAG4.cer -o /tmp/AppleWWDRCAG4.cer
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain /tmp/AppleWWDRCAG4.cer
- name: Get npm cache directory
id: npm-cache-dir
run: |