Skip to content

Commit

Permalink
set hosts in guix-check
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 12, 2024
1 parent 580bbe6 commit 770651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 770651a

Please sign in to comment.