From b7574c1c6a9e2ca355c1a8663fc4cef30bfa8894 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 17 Jun 2024 14:02:59 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/__swift-autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 3fc353ceaa..fab7fe6b49 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -7,7 +7,6 @@ name: PR Check - Swift analysis using autobuild env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GO111MODULE: auto - CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN: 'true' on: push: branches: @@ -57,6 +56,7 @@ jobs: with: version: ${{ matrix.version }} use-all-platform-bundle: 'false' + setup-kotlin: 'true' - uses: ./../action/init id: init with: