runs make install-statik

This commit is contained in:
Christopher Lowenthal 2022-11-07 13:36:39 -05:00
parent ef9616beb9
commit 7c537a12d0

View file

@ -60,6 +60,7 @@ jobs:
- name: build featurebase
run: |
make install-build-deps
make install-statik
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
@ -163,11 +164,6 @@ jobs:
name: consumers-${{ matrix.goos }}-${{ matrix.goarch }}
path: artifacts/
- uses: actions/download-artifact@v3
with:
name: lattice.tar.gz
path: artifacts/
- run: ls -alt artifacts/
- run: |