From 122cbaa134e845057cec89c23c2c472a41ef4ec8 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 1 Dec 2023 04:08:10 -0800 Subject: [PATCH] chore: fix build job (#10984) --- .github/workflows/ci.yaml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19e1c00771..b2d52fe1c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -643,15 +643,6 @@ jobs: with: fetch-depth: 0 - - name: Setup Node - uses: ./.github/actions/setup-node - - - name: Setup Go - uses: ./.github/actions/setup-go - - - name: Setup sqlc - uses: ./.github/actions/setup-sqlc - - name: GHCR Login uses: docker/login-action@v3 with: @@ -659,6 +650,18 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Setup Node + uses: ./.github/actions/setup-node + + - name: Setup Go + uses: ./.github/actions/setup-go + + - name: Install nfpm + run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0 + + - name: Install zstd + run: sudo apt-get install -y zstd + - name: Build run: | set -euxo pipefail