We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4431e5b commit f9d2ac8Copy full SHA for f9d2ac8
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
${{ runner.os }}-nuget-
41
42
- name: Restore
43
- if: steps.cache.outputs.cache-hit != 'true'
+ #if: steps.cache.outputs.cache-hit != 'true'
44
run: nuget restore Snittlistan.sln
45
46
- name: Build
0 commit comments