We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82a566 commit c6f6ee5Copy full SHA for c6f6ee5
.github/workflows/codeql-ios.yml
@@ -75,6 +75,7 @@ jobs:
75
print("Inputs validated successfully.")
76
77
- name: Force Swift version to 5.0 in Demo target
78
+ if: ${{ exists('Demo/Demo.xcodeproj/project.pbxproj')}}
79
run: |
80
sed -i '' 's/SWIFT_VERSION = 6.0;/SWIFT_VERSION = 5.0;/g' Demo/Demo.xcodeproj/project.pbxproj
81
0 commit comments