Update swift.yml

This commit is contained in:
Tomasz F 2021-03-26 10:18:16 +01:00 committed by GitHub
parent e4264d6290
commit c82e0fff8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ jobs:
run: sudo xcode-select -switch /Applications/Xcode_12.4.app
- name: Xcode version
run: /usr/bin/xcodebuild -version
- name: Removing libraries
run: rm -rf ~/Library/Developer/Xcode/DerivedData/*
- name: Build app
run: |
xcodebuild CODE_SIGNING_ALLOWED=NO -project wulkanowy.xcodeproj