From 4ffc66f3e9a0da97104050c3bccb9b61ddaff358 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Tue, 24 Oct 2023 21:24:59 -0600 Subject: [PATCH] Update nightly.yml testing if the distro-base will work --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ae9f4c066..6814f2eeb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -18,7 +18,7 @@ jobs: run: sudo apt-get update && sudo apt-get install make curl git mercurial libarchive-tools xorriso -y - name: Build distro - run: make distro-full + run: make distro-base - name: Build ISO run: make all