Skip to content

Commit 768e9d2

Browse files
authored
ci: eval brew on linux for mono install
1 parent f3605e6 commit 768e9d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
uses: NuGet/setup-nuget@v1.0.5
7070

7171
- name: setup mono
72-
run: brew install mono
72+
run: |
73+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
74+
brew install mono
7375
7476
- name: Publish to Nuget
7577
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey $NUGET_API_KEY

0 commit comments

Comments
 (0)