From 770651aa157c2412b96e38fd8ee56a33e8c292bc Mon Sep 17 00:00:00 2001 From: pasta Date: Mon, 12 Aug 2024 09:36:53 +0700 Subject: [PATCH] set hosts in guix-check --- .github/workflows/guix-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/guix-build.yml b/.github/workflows/guix-build.yml index cc3740f7ff..8d1dd36219 100644 --- a/.github/workflows/guix-build.yml +++ b/.github/workflows/guix-build.yml @@ -118,7 +118,7 @@ jobs: - name: Compute SHA256 checksums continue-on-error: true # It will complain on depending on only some hosts run: | - ./dash/contrib/containers/guix/scripts/guix-check ${{ github.workspace }}/dash + HOSTS=${{ matrix.build_target }} ./dash/contrib/containers/guix/scripts/guix-check ${{ github.workspace }}/dash - name: Upload build artifacts uses: actions/upload-artifact@v4