Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 25, 2023
1 parent ba67c9e commit 3abe8ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
go env GOPATH
- name: Go Mod Init
run: go mod init ecfmp
run: |
go mod init ecfmp
go mod tidy
- name: Update PATH For Go Proto Packages
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 3abe8ef

Please sign in to comment.