change make install-* order

This commit is contained in:
Christopher Lowenthal 2022-11-07 13:44:40 -05:00
parent 7c537a12d0
commit 4de567a9c8

View file

@ -59,8 +59,8 @@ jobs:
- name: build featurebase
run: |
make install-build-deps
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