GHA: Apply possible workaround to install appdmg with python 3.23

This commit is contained in:
aboyko
2023-11-07 23:55:04 -05:00
parent 9b17ef4664
commit a458894ce6

View File

@@ -224,6 +224,7 @@ jobs:
security unlock-keychain -p ${{ secrets.KEYCHAIN_PASSWORD }} $RUNNER_TEMP/app-signing.keychain-db
- name: Install appdmg
run: |
python3 -m pip install setuptools
npm install -g appdmg
- name: Download OSX tar.gz files from S3 for Signing/Notarization
env: