Skip to content

Commit

Permalink
Fixed automated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Dec 20, 2021
1 parent 4a9a8f0 commit bddc07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:

- name: Compile lumd
run: |
go mod tidy
go mod download
cd cmd/lumd
go build .
Expand Down

0 comments on commit bddc07e

Please sign in to comment.