ci: debug
This commit is contained in:
parent
ffa918aec6
commit
b6b23541a0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -121,6 +121,7 @@ jobs:
|
|||
run: |
|
||||
echo "resultPath=$(nix eval .#checks.x86_64-linux.${{ matrix.check }} --raw)" >> $GITHUB_ENV
|
||||
nix build --print-build-logs --show-trace --keep-outputs --keep-failed .#checks.x86_64-linux.${{ matrix.check }}
|
||||
ls result
|
||||
- name: Upload Build Result
|
||||
uses: actions/upload-artifact@v4
|
||||
if: startsWith(matrix.check, 'vm_')
|
||||
|
|
|
|||
Loading…
Reference in a new issue