Skip to content

Commit

Permalink
ci: add mono as removed from base gh image (#41)
Browse files Browse the repository at this point in the history
mono seems to be used during our nuget publish step
  • Loading branch information
YOU54F authored Jan 15, 2025
1 parent 78a0dd0 commit f3605e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Setup NuGet
uses: NuGet/[email protected]

- name: setup mono
run: brew install mono

- name: Publish to Nuget
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey $NUGET_API_KEY
working-directory: src/Explore.Cli

0 comments on commit f3605e6

Please sign in to comment.