Skip to content

Commit

Permalink
ci: don't use nix-fast-build
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Aug 15, 2024
1 parent 7dba7ac commit 6e65be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-isos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:

- name: Build Lilith Iso
continue-on-error: false
run: nix run nixpkgs#nix-fast-build -- --skip-cached --no-nom --flake .#images
run: nix build -L .#images.lilith

- name: Upload Release Artifacts
run: |
release=$(date +"%Y-%m-%d")
gh release create "$release"
gh release upload "$release" ./result-lilith/iso/*.iso
gh release upload "$release" ./result/iso/*.iso
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 6e65be2

Please sign in to comment.