Skip to content

Commit d4eeb46

Browse files
committed
Set up Swift in unset environment workflow
1 parent 322cea6 commit d4eeb46

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/__multi-language-autodetect.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/multi-language-autodetect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010

1111
- uses: ./../action/.github/actions/setup-swift
1212
with:
13-
codeql-path: ${{steps.init.outputs.codeql-path}}
13+
codeql-path: ${{ steps.init.outputs.codeql-path }}
1414

1515
- name: Build code
1616
shell: bash

pr-checks/checks/unset-environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ steps:
66
with:
77
db-location: ${{ runner.temp }}/customDbLocation
88
tools: ${{ steps.prepare-test.outputs.tools-url }}
9+
- uses: ./../action/.github/actions/setup-swift
10+
with:
11+
codeql-path: ${{ steps.init.outputs.codeql-path }}
912
- name: Build code
1013
shell: bash
1114
# Disable Kotlin analysis while it's incompatible with Kotlin 1.8, until we find a

0 commit comments

Comments
 (0)