Fix windows CI build.

As we're now checking out the `codeql` repo in a sub-path,
we need to enable long paths on Windows.
This commit is contained in:
Cornelius Riemenschneider
2024-02-19 16:37:36 +01:00
parent fd85c44129
commit b82ffd40e7

View File

@@ -51,6 +51,11 @@ jobs:
run: |
brew install gnu-tar
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
- name: Prepare Windows
if: runner.os == 'Windows'
shell: powershell
run: |
git config --global core.longpaths true
- uses: ./.github/actions/os-version
id: os_version
- name: Cache entire extractor