suite independent

This commit is contained in:
Aiden McClelland
2023-06-12 15:44:58 -06:00
committed by Aiden McClelland
parent 483f353fd0
commit 9fa5d1ff9e

View File

@@ -119,10 +119,7 @@ jobs:
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: /var/lib/debspawn path: /var/lib/debspawn
key: ${{ runner.os }}-debspawn-init-bookworm key: ${{ runner.os }}-debspawn-init
- name: Make build container
run: "debspawn list | grep bookworm || debspawn create bookworm"
- run: "mkdir -p overlays/deb" - run: "mkdir -p overlays/deb"