Skip to content

Commit

Permalink
fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kyokomi committed Feb 18, 2023
1 parent c061c9b commit f1554d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ jobs:
- uses: actions/setup-go@v3
- run: |
go version
echo $GOPATH/bin >> $GOBIN
go env
echo $PATH
echo $GOBIN
echo $GOPATH
- run: go install github.com/kyokomi/emoji/cmd/generateEmojiCodeMap@master
- run: go generate
env:
PATH: $PATH:$GOPATH/bin
- run: |
# Define vars
export DATE=$(env TZ=Asia/Tokyo date +%y%m%d%H%M)
Expand Down

0 comments on commit f1554d0

Please sign in to comment.