diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af8af09..ec6286b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,9 @@ jobs: - name: Configure for Linux run: make ldefconfig - name: Build Linux - run: make lbuild \ No newline at end of file + run: make lbuild + + - name: Build Debian Root + run: | + make aptcache & + make debian \ No newline at end of file