Skip to content

Commit 16918b2

Browse files
authored
Turn on cache for faster building
1 parent 9f01277 commit 16918b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: ${{ env.Dotnet_Version }}
30+
cache: true
3031

3132
# Restore dependencies
3233
- name: Restore dependencies

0 commit comments

Comments
 (0)