Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Sep 28, 2024
1 parent a9d507d commit 5675077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build Custom ISO
run: |
nix build .#iso -L --accept-flake-config
nix build .#iso --accept-flake-config
mkdir iso || true
ISO=$(head -n1 result/nix-support/hydra-build-products | cut -d'/' -f6)
sudo mv "result/iso/${ISO}" iso/${ISO}
Expand Down

0 comments on commit 5675077

Please sign in to comment.