Skip to content

Commit 3c45ab1

Browse files
committed
Enable homebrew
Signed-off-by: Victor Chang <[email protected]>
1 parent 29f5257 commit 3c45ab1

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/[email protected]
8588
with:

0 commit comments

Comments
 (0)