Skip to content

Commit

Permalink
license_finder actually needs go to work (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt authored Nov 29, 2023
1 parent 6f21f83 commit 5fd26e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/licensing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: '^1.21.4'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
Expand Down

0 comments on commit 5fd26e3

Please sign in to comment.