Skip to content

Commit

Permalink
ci: update build ISO step
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Jan 16, 2024
1 parent 0f101a3 commit 36fe6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v9
- name: Build ISO
run: |
nix build .#images.${{ matrix.arch }}.bootstrap --impure --out-link build-iso-result
nix build .#images.${{ matrix.arch }}.bootstrap-install-iso --impure --out-link build-iso-result
env:
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"
Expand Down

0 comments on commit 36fe6fc

Please sign in to comment.