Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Nov 17, 2020
1 parent ae4208e commit 223d277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Add $GOPATH/bin to $PATH
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
- uses: actions/checkout@v2

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Add $GOPATH/bin to $PATH
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
shell: msys2 {0}

- uses: actions/checkout@v2
Expand Down

0 comments on commit 223d277

Please sign in to comment.