diff --git a/.github/workflows/build-test-image-docker.yml b/.github/workflows/build-test-image-docker.yml index b40e0148..b4569189 100644 --- a/.github/workflows/build-test-image-docker.yml +++ b/.github/workflows/build-test-image-docker.yml @@ -42,10 +42,18 @@ jobs: board: [uefi-x86] target: ["debian:bullseye:10","debian:sid:12","ubuntu:focal:8","ubuntu:jammy:12"] - runs-on: qemu + runs-on: Linux name: "Test" steps: + - name: Checkout Armbian build script + uses: actions/checkout@v3 + with: + repository: armbian/build + path: build + fetch-depth: '100' + clean: false + - name: Read run: |