diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e3a398..0601bf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,14 +52,12 @@ jobs: - name: Build run: | - for host in ${{ inputs.hosts }}; do - nix run . \ + nix run . \ + -- \ + build --minimal \ + --host "${{ inputs.hosts }}" \ + --flake . \ + --verbose \ + --debug \ -- \ - build --minimal \ - --host "$host" \ - --flake . \ - --verbose \ - --debug \ - -- \ - --print-build-logs - done + --print-build-logs