Skip to content

Commit 57f8f04

Browse files
authored
Enable long paths for windows in new create-cache workflow (#1513)
1 parent c018483 commit 57f8f04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-cache.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939

4040
steps:
41+
- run: git config --system core.longpaths true
42+
if: ${{ matrix.os == 'windows-latest' }}
43+
4144
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4245
with:
4346
submodules: true
4447
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4548
- uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
49+
4650
- uses: ./.github/actions/setup-go
4751
with:
4852
go-version: ${{ matrix.go-version }}

0 commit comments

Comments
 (0)