Skip to content

Commit d9807ff

Browse files
committed
Fixing codeql
1 parent 2fbebed commit d9807ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
# Command-line for building Swift code with CodeQL
3939
- name: Build with CodeQL
4040
run: |
41-
export XCODE_XCCONFIG_FILE=$RUNNER_TEMP/codeql-xcconfig
42-
echo 'OTHER_CFLAGS=-isysroot $(xcrun --show-sdk-path) -target arm64-apple-ios15.0-simulator' > $XCODE_XCCONFIG_FILE
43-
4441
xcodebuild \
4542
-scheme 'Search Ops' \
4643
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \

0 commit comments

Comments
 (0)