runs install-build-deps

This commit is contained in:
Christopher Lowenthal 2022-11-07 13:30:27 -05:00
parent 2591db5dd1
commit ef9616beb9

View file

@ -59,6 +59,7 @@ jobs:
- name: build featurebase
run: |
make install-build-deps
make generate-statik
go build -o ./build/featurebase-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags "${{needs.meta.outputs.ldflags}}" ./cmd/featurebase
go build -o ./build/roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }} -ldflags "${{needs.meta.outputs.ldflags}}" ./cmd/roaring-migrate