Skip to content

Commit

Permalink
ci: eval brew on linux for mono install
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jan 15, 2025
1 parent f3605e6 commit 768e9d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
uses: NuGet/[email protected]

- name: setup mono
run: brew install mono
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install mono
- name: Publish to Nuget
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey $NUGET_API_KEY
Expand Down

0 comments on commit 768e9d2

Please sign in to comment.