Skip to content

Commit 5e453b6

Browse files
committed
Update publish-nuget.yml
1 parent 17908d0 commit 5e453b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [windows-latest, macos-latest, ubuntu-latest]
1515
steps:
16-
- name: Install Mono / NuGet / .NET
16+
- name: Install NuGet / .NET on macOS as workaround
1717
run: |
1818
if [ "$RUNNER_OS" == "Linux" ]; then
1919
echo ''

0 commit comments

Comments
 (0)