Use platform specific bundles in PR checks

This commit is contained in:
Henry Mercer 2023-07-28 11:44:41 +01:00
parent 055b396ea2
commit 679aac1b20
3 changed files with 20 additions and 8 deletions

View file

@ -58,7 +58,7 @@ jobs:
- id: init
uses: ./../action/init
with:
tools: ./codeql-bundle.tar.gz
tools: ./codeql-bundle-linux64.tar.gz
- uses: ./../action/.github/actions/setup-swift
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}