Add debian build

This commit is contained in:
f0reachARR 2020-11-05 11:36:50 +09:00
parent 79ef99279b
commit d482d3ccf9

View File

@ -26,4 +26,9 @@ jobs:
- name: Configure for Linux - name: Configure for Linux
run: make ldefconfig run: make ldefconfig
- name: Build Linux - name: Build Linux
run: make lbuild run: make lbuild
- name: Build Debian Root
run: |
make aptcache &
make debian