Skip to content

Commit b82ffd4

Browse files
committed
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.
1 parent fd85c44 commit b82ffd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ruby-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
run: |
5252
brew install gnu-tar
5353
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
54+
- name: Prepare Windows
55+
if: runner.os == 'Windows'
56+
shell: powershell
57+
run: |
58+
git config --global core.longpaths true
5459
- uses: ./.github/actions/os-version
5560
id: os_version
5661
- name: Cache entire extractor

0 commit comments

Comments
 (0)