Update swift.yml
This commit is contained in:
parent
e4264d6290
commit
c82e0fff8b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/swift.yml
vendored
2
.github/workflows/swift.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
run: sudo xcode-select -switch /Applications/Xcode_12.4.app
|
run: sudo xcode-select -switch /Applications/Xcode_12.4.app
|
||||||
- name: Xcode version
|
- name: Xcode version
|
||||||
run: /usr/bin/xcodebuild -version
|
run: /usr/bin/xcodebuild -version
|
||||||
|
- name: Removing libraries
|
||||||
|
run: rm -rf ~/Library/Developer/Xcode/DerivedData/*
|
||||||
- name: Build app
|
- name: Build app
|
||||||
run: |
|
run: |
|
||||||
xcodebuild CODE_SIGNING_ALLOWED=NO -project wulkanowy.xcodeproj
|
xcodebuild CODE_SIGNING_ALLOWED=NO -project wulkanowy.xcodeproj
|
||||||
|
|
Loading…
Reference in a new issue