We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfd48d commit 655abaaCopy full SHA for 655abaa
1 file changed
.github/workflows/MediaConverters.yml
@@ -27,7 +27,8 @@ jobs:
27
with:
28
dotnet-version: |
29
9.0.x
30
-
+ cache: true
31
+
32
- name: Build with dotnet
33
run: dotnet build --configuration Release src/MediaConverters/MediaConverters.sln
34
0 commit comments