Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/ci/mac-runner' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Dec 10, 2024
2 parents 38b4662 + a14b6bf commit b76a91d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,10 @@ jobs:
run: |
xcrun --sdk macosx --show-sdk-path
export SDK_PATH=$(xcrun --sdk macosx --show-sdk-path)
ls /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
echo $SDK_PATH
ls $SDK_PATH
echo $HOME/sdk
ls $HOME/sdk
ls $HOME/sdk || true
export MAC_SIGN_IDENTITY="${{ secrets.MAC_SIGN_IDENTITY }}"
export INSTALLER_MAC_SIGN_IDENTITY="${{ secrets.MAC_SIGN_IDENTITY }}"
export APPLE_ATOMICDEX_PASSWORD="${{ secrets.APPLE_ATOMICDEX_PASSWORD }}"
Expand Down

0 comments on commit b76a91d

Please sign in to comment.