Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 25, 2023
1 parent 67067a6 commit 22c0294
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 @@ -22,7 +22,9 @@ jobs:
run: go version

- name: Add Go to PATH
run: echo "/home/runner/go/bin" >> $GITHUB_PATH
run: |
echo $(go env GOPATH)
echo $(go env GOPATH)/bin >> $GITHUB_PATH
- name: Go Mod Init
run: go mod init ecfmp
Expand Down

0 comments on commit 22c0294

Please sign in to comment.