Skip to content

Commit

Permalink
chore: fix license-check ci install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chaing committed Mar 1, 2024
1 parent d16b94c commit 5257f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: '1.21.x'

- name: Install dependencies (gomod)
run: go get ./cmd # 需根據元件源碼進入點路徑調整
run: go mod tidy # 需根據元件源碼進入點路徑調整

- name: Setup Ruby # for license_finder package
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 5257f7b

Please sign in to comment.