Skip to content

Commit

Permalink
Update xcode-local-test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm authored Dec 10, 2023
1 parent d64bfeb commit 53f5d3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/xcode-local-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
# PASSWORD_KEYCHAIN_EXPORT: ${{ secrets.PASSWORD_KEYCHAIN_EXPORT }}
# run: .github/secrets/decrypt_secrets.sh
# working-directory: ios
- name: Setup provisioning profile
env:
USER_KEY: ${{ secrets.USER_KEY }}
run: 'security unlock-keychain -p ${USER_KEY} ~/Library/Keychains/login.keychain-db'
- name: Build QtCore & prepare build
run: exec ios/prepare.sh #--sync_translations
- name: Configure iOS OsmAndCore
Expand Down

0 comments on commit 53f5d3a

Please sign in to comment.