Skip to content

Commit 770651a

Browse files
set hosts in guix-check
1 parent 580bbe6 commit 770651a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/guix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Compute SHA256 checksums
119119
continue-on-error: true # It will complain on depending on only some hosts
120120
run: |
121-
./dash/contrib/containers/guix/scripts/guix-check ${{ github.workspace }}/dash
121+
HOSTS=${{ matrix.build_target }} ./dash/contrib/containers/guix/scripts/guix-check ${{ github.workspace }}/dash
122122
123123
- name: Upload build artifacts
124124
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)