Make Swift setup more consistent with default setup

This commit is contained in:
Henry Mercer 2023-08-03 17:23:31 +01:00
parent a98b9bd46b
commit f128379387
3 changed files with 7 additions and 12 deletions

View file

@ -62,7 +62,7 @@ jobs:
CODEQL_FILE_BASELINE_INFORMATION: true
- 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
run: ./build.sh