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