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
- os: ubuntu-latest
version: linked
- os: windows-latest
version: linked
name: Extract directly to toolcache
permissions:
contents: read
@ -96,5 +98,4 @@ jobs:
}
env:
CODEQL_ACTION_EXTRACT_TOOLCACHE: true
CODEQL_ACTION_ZSTD_BUNDLE: true
CODEQL_ACTION_TEST_MODE: true

View file

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