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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue