Run PR check on Windows too

This commit is contained in:
Henry Mercer 2024-12-03 14:33:05 +00:00
parent f8ccf38bb2
commit d57328a17b
2 changed files with 3 additions and 2 deletions

View file

@ -31,6 +31,8 @@ jobs:
version: linked version: linked
- os: ubuntu-latest - os: ubuntu-latest
version: linked version: linked
- os: windows-latest
version: linked
name: Extract directly to toolcache name: Extract directly to toolcache
permissions: permissions:
contents: read contents: read
@ -96,5 +98,4 @@ jobs:
} }
env: env:
CODEQL_ACTION_EXTRACT_TOOLCACHE: true CODEQL_ACTION_EXTRACT_TOOLCACHE: true
CODEQL_ACTION_ZSTD_BUNDLE: true
CODEQL_ACTION_TEST_MODE: true CODEQL_ACTION_TEST_MODE: true

View file

@ -5,9 +5,9 @@ versions:
operatingSystems: operatingSystems:
- macos - macos
- ubuntu - ubuntu
- windows
env: env:
CODEQL_ACTION_EXTRACT_TOOLCACHE: true CODEQL_ACTION_EXTRACT_TOOLCACHE: true
CODEQL_ACTION_ZSTD_BUNDLE: true
steps: steps:
- name: Remove CodeQL from toolcache - name: Remove CodeQL from toolcache
uses: actions/github-script@v7 uses: actions/github-script@v7