Skip to content

Commit

Permalink
Add the install for go-bindata back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Aug 19, 2023
1 parent 0527168 commit 2559985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.7.0

- name: Check that `go generate ./...` has been run.
run: go generate ./expreduce/builtin.go && git diff --quiet
run: go install github.com/go-bindata/go-bindata/... && go generate ./expreduce/builtin.go && git diff --quiet

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 2559985

Please sign in to comment.