Compare commits

...

1 Commits

Author SHA1 Message Date
Arthur Baars
5a2f66a221 CI: add Windows support to fetch-codeql action 2022-08-01 14:28:44 +02:00

View File

@@ -13,6 +13,11 @@ runs:
shell: bash
run: echo "GA_CODEQL_CLI_PLATFORM=osx64" >> $GITHUB_ENV
- name: Select platform - Windows
if: runner.os == 'Windows'
shell: bash
run: echo "GA_CODEQL_CLI_PLATFORM=win64" >> $GITHUB_ENV
- name: Fetch CodeQL
shell: bash
run: |