ci: remove unneeded args since they get inherited from nix config
This commit is contained in:
parent
e2b13aa1d8
commit
9fc3df8e10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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_')
|
||||
|
|
|
|||
Loading…
Reference in a new issue