Skip to content

Commit

Permalink
action: fix location mage
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Aug 17, 2022
1 parent bd925b1 commit 51305cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Run check/update
run: |
go get -u github.com/magefile/mage
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/magefile/mage@latest
make -C ${{ env.BEAT_MODULE }} check update
make check-no-changes

0 comments on commit 51305cc

Please sign in to comment.