removes install build deps

This commit is contained in:
Christopher Lowenthal 2022-11-07 13:45:29 -05:00
parent 4de567a9c8
commit a27e593e76

View file

@ -60,7 +60,6 @@ jobs:
- name: build featurebase
run: |
make install-statik
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