diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 923a16f..a0fb18d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -31,3 +31,20 @@ jobs: run: | . ~/.nix-profile/etc/profile.d/nix.sh make nix + + live-iso: + name: Live ISO + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + + - name: Install Nix + run: | + curl https://nixos.org/nix/install | sh + . ~/.nix-profile/etc/profile.d/nix.sh + nix-channel --update + + - name: Generate Live ISO + run: | + . ~/.nix-profile/etc/profile.d/nix.sh + make -C os live-iso