Skip to content

Commit

Permalink
Fix windows CI build.
Browse files Browse the repository at this point in the history
As we're now checking out the `codeql` repo in a sub-path,
we need to enable long paths on Windows.
  • Loading branch information
criemen committed Feb 20, 2024
1 parent b05392b commit b3ea60f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3ea60f

Please sign in to comment.