Use platform specific bundles in PR checks
This commit is contained in:
parent
055b396ea2
commit
679aac1b20
3 changed files with 20 additions and 8 deletions
2
.github/workflows/__test-local-codeql.yml
generated
vendored
2
.github/workflows/__test-local-codeql.yml
generated
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue