mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
set hosts in guix-check
This commit is contained in:
parent
580bbe6d1c
commit
770651aa15
2
.github/workflows/guix-build.yml
vendored
2
.github/workflows/guix-build.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
- name: Compute SHA256 checksums
|
- name: Compute SHA256 checksums
|
||||||
continue-on-error: true # It will complain on depending on only some hosts
|
continue-on-error: true # It will complain on depending on only some hosts
|
||||||
run: |
|
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
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user