Skip to content

Commit f9d2ac8

Browse files
committed
cache not working
1 parent 4431e5b commit f9d2ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-nuget-
4141
4242
- name: Restore
43-
if: steps.cache.outputs.cache-hit != 'true'
43+
#if: steps.cache.outputs.cache-hit != 'true'
4444
run: nuget restore Snittlistan.sln
4545

4646
- name: Build

0 commit comments

Comments
 (0)