Skip to content

Commit

Permalink
Set up Swift in unset environment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Apr 5, 2023
1 parent 322cea6 commit d4eeb46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .github/workflows/__unset-environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/multi-language-autodetect.yml
Expand Up @@ -10,7 +10,7 @@ steps:

- uses: ./../action/.github/actions/setup-swift
with:
codeql-path: ${{steps.init.outputs.codeql-path}}
codeql-path: ${{ steps.init.outputs.codeql-path }}

- name: Build code
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions pr-checks/checks/unset-environment.yml
Expand Up @@ -6,6 +6,9 @@ steps:
with:
db-location: ${{ runner.temp }}/customDbLocation
tools: ${{ steps.prepare-test.outputs.tools-url }}
- uses: ./../action/.github/actions/setup-swift
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}
- name: Build code
shell: bash
# Disable Kotlin analysis while it's incompatible with Kotlin 1.8, until we find a
Expand Down

0 comments on commit d4eeb46

Please sign in to comment.