1
0
mirror of https://github.com/maxgoedjen/secretive.git synced 2025-04-12 02:27:35 +00:00
This commit is contained in:
Max Goedjen 2020-04-05 15:40:17 -07:00
parent 4e62d56a72
commit db1c418626
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
2 changed files with 2 additions and 2 deletions
.github/workflows

View File

@ -18,7 +18,7 @@ jobs:
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: xcrun xcode-select -s /Applications/Xcode_11.4.app
run: sudo xcrun xcode-select -s /Applications/Xcode_11.4.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
build:

View File

@ -15,6 +15,6 @@ jobs:
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: xcrun xcode-select -s /Applications/Xcode_11.4.app
run: sudo xcrun xcode-select -s /Applications/Xcode_11.4.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive