Skip to content

Commit 116015f

Browse files
committed
Test workflow as well.
1 parent 3fd3a90 commit 116015f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ jobs:
277277
run: |
278278
git config --global credential.helper 'store --file /tmp/git-credentials'
279279
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
280+
- name: Support Longpaths
281+
if: runner.os == 'Windows'
282+
run: git config --system core.longpaths true
280283
- name: Set env vars (Linux)
281284
if: startsWith(matrix.os, 'ubuntu')
282285
run: echo "VCPKG_TRIPLET=x64-linux" >> $GITHUB_ENV
@@ -471,6 +474,9 @@ jobs:
471474
run: |
472475
git config --global credential.helper 'store --file /tmp/git-credentials'
473476
echo 'https://${{ github.token }}@github.com' > /tmp/git-credentials
477+
- name: Support Longpaths
478+
if: runner.os == 'Windows'
479+
run: git config --system core.longpaths true
474480
- name: Add msbuild to PATH (Windows)
475481
if: startsWith(matrix.os, 'windows')
476482
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)