Skip to content

Commit

Permalink
githup action fix Check licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Jul 26, 2023
1 parent efdfd31 commit 698bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Check licenses
run: |
go get -u github.com/google/addlicense
go install github.com/google/addlicense@1.1.1
export PATH=$PATH:$(go env GOPATH)/bin
addlicense -check .
Expand Down

0 comments on commit 698bf24

Please sign in to comment.