ci: remove unneeded args since they get inherited from nix config

This commit is contained in:
ibizaman 2025-10-07 01:02:34 +02:00 committed by Pierre Penninckx
parent e2b13aa1d8
commit 9fc3df8e10

View file

@ -129,7 +129,7 @@ jobs:
- name: Build
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 }}
nix build --print-build-logs --show-trace .#checks.x86_64-linux.${{ matrix.check }}
- name: Upload Build Result
uses: actions/upload-artifact@v4
if: always() && startsWith(matrix.check, 'vm_')