Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Aug 6, 2024
1 parent 1c85c4a commit afdbcfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ jobs:
go-version: '1.20'

- name: Build
run: cd src
| go mod tidy
| go build -v
run: cd src && go mod tidy && go build -v

0 comments on commit afdbcfe

Please sign in to comment.