Skip to content

Commit 96f2f36

Browse files
committed
CI: workaround for actions/runner-images#13341
1 parent 47305b4 commit 96f2f36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 9.0.x
35-
- name: NuGet cache
35+
- 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
3638
uses: actions/cache@v4
3739
with:
3840
path: ${{ env.NUGET_PACKAGES }}

0 commit comments

Comments
 (0)