Skip to content

Commit

Permalink
onto path properly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 25, 2023
1 parent 51ba9f2 commit d551293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go mod init ecfmp

- name: Add Go to PATH
run: echo "::add-path::/home/runner/go/bin"
run: echo "/home/runner/go/bin" >> $GITHUB_PATH

- name: Install Go Proto Packages
run: |
Expand Down

0 comments on commit d551293

Please sign in to comment.