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