Skip to content

Commit

Permalink
Merge pull request #1316 from future-architect/fix/github-actions-sns…
Browse files Browse the repository at this point in the history
…count-pv

Fix Go tool install
  • Loading branch information
ma91n authored Jun 27, 2024
2 parents 1f60046 + 387aab3 commit 6de6991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
export GOBIN=~/bin
go install github.com/ma91n/snssharecount/cmd/snssharecount@latest
go install github.com/ma91n/snssharecount/cmd/ga@latest
go install github.com/ma91n/snssharecount/cmd/pv@latest
- name: Update SNS counts
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GitHub Actions経由で実行されるため、通常開発者によるSNSカウ
# インストール
go install github.com/ma91n/snssharecount/cmd/snssharecount@latest
go install github.com/ma91n/snssharecount/cmd/ga@latest
go install github.com/ma91n/snssharecount/cmd/pv@latest
```

実行
Expand Down

0 comments on commit 6de6991

Please sign in to comment.