Skip to content

Commit 6bea551

Browse files
committed
Prefer BSD tar on Windows to accelerate cache archiving.
actions/toolkit#2379
1 parent 13d15cc commit 6bea551

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-game.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148

149149
- name: Cache NuGet packages
150150
uses: actions/cache@v5
151+
env:
152+
ACTIONS_CACHE_PREFER_BSD_TAR_ON_WINDOWS: "true"
151153
with:
152154
path: ~/.nuget/packages
153155
key: nuget-game-${{ matrix.framework }}-${{ hashFiles('game/**/*.csproj') }}

0 commit comments

Comments
 (0)