Skip to content

Commit eeb23b4

Browse files
updated CI for asdf plugins and resolved conflicts
1 parent 37b767b commit eeb23b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rolling-shutter/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ clean:
6464
install-tools: install-codegen-tools install-gofumpt install-gci install-gotestsum
6565

6666
# code generation tools: pin version
67-
install-codegen-tools: install-npm install-protoc-gen-go install-oapi-codegen install-go-enum
67+
install-codegen-tools: install-npm install-abigen install-sqlc install-protoc-gen-go install-oapi-codegen install-go-enum
68+
69+
${GOPATH}/bin/sqlc:
70+
${GO} install github.com/sqlc-dev/sqlc/cmd/[email protected]
71+
install-sqlc: ${GOPATH}/bin/sqlc
6872

6973
../contracts/node_modules/.mark-npm-install: ../contracts/package.json ../contracts/package-lock.json
7074
cd ../contracts && npm install

0 commit comments

Comments
 (0)