Add build mode to Swift autobuild check

This commit is contained in:
Henry Mercer
2024-06-17 12:50:33 +01:00
parent 1428e58aad
commit eb17dc2c6f
2 changed files with 2 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ jobs:
id: init
with:
languages: swift
build-mode: autobuild
tools: ${{ steps.prepare-test.outputs.tools-url }}
- uses: ./../action/.github/actions/setup-swift
with:
@@ -83,5 +84,4 @@ jobs:
exit 1
fi
env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: 'true' # Remove when Swift is GA.
CODEQL_ACTION_TEST_MODE: true