Skip to content

Commit

Permalink
try go install instead of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 8, 2024
1 parent 3c9bc35 commit 79321e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ./copy.sh

- name: Install dependencies
run: go get
run: go install

- name: Build
run: go build
Expand All @@ -90,7 +90,7 @@ jobs:
run: ./copy.sh

- name: Install dependencies
run: go get
run: go install

- name: Build
run: go build
Expand Down

0 comments on commit 79321e4

Please sign in to comment.