mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
5
.github/workflows/ruby-build.yml
vendored
5
.github/workflows/ruby-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user