We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17908d0 commit 5e453b6Copy full SHA for 5e453b6
.github/workflows/publish-nuget.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [windows-latest, macos-latest, ubuntu-latest]
15
steps:
16
- - name: Install Mono / NuGet / .NET
+ - name: Install NuGet / .NET on macOS as workaround
17
run: |
18
if [ "$RUNNER_OS" == "Linux" ]; then
19
echo ''
0 commit comments