Run PR check on Windows too
This commit is contained in:
parent
f8ccf38bb2
commit
d57328a17b
2 changed files with 3 additions and 2 deletions
3
.github/workflows/__extract-direct-to-toolcache.yml
generated
vendored
3
.github/workflows/__extract-direct-to-toolcache.yml
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue