Skip to content

Commit 22db51a

Browse files
committed
Fix homebrew action
Signed-off-by: Victor Chang <[email protected]>
1 parent f361b14 commit 22db51a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
with:
8181
dotnet-version: "6.0.x"
8282

83+
- name: Enable Homebrew
84+
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
85+
8386
- name: Install License Finder tool with Homebrew
8487
uses: tecoli-com/actions-use-homebrew-tools@v0
8588
with:

0 commit comments

Comments
 (0)