Skip to content

Commit

Permalink
Add dependency installation step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanda0 committed Jan 12, 2025
1 parent 419ae10 commit fd6b0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
go-version: 1.20

- name: Install dependencies
run: go mod tidy

- name: Build static binary for Linux amd64
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o linodsync
Expand Down

0 comments on commit fd6b0ef

Please sign in to comment.