We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f361b14 commit 22db51aCopy full SHA for 22db51a
.github/workflows/ci.yml
@@ -80,6 +80,9 @@ jobs:
80
with:
81
dotnet-version: "6.0.x"
82
83
+ - name: Enable Homebrew
84
+ run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
85
+
86
- name: Install License Finder tool with Homebrew
87
uses: tecoli-com/actions-use-homebrew-tools@v0
88
0 commit comments