We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47305b4 commit 96f2f36Copy full SHA for 96f2f36
.github/workflows/main.yml
@@ -32,7 +32,9 @@ jobs:
32
uses: actions/setup-dotnet@v5
33
with:
34
dotnet-version: 9.0.x
35
- - name: NuGet cache
+ - if: runner.os != 'macOS' # TODO: Re-enable this back after https://github.com/actions/runner-images/issues/13341
36
+ # is resolved.
37
+ name: NuGet cache
38
uses: actions/cache@v4
39
40
path: ${{ env.NUGET_PACKAGES }}
0 commit comments