diff --git a/.github/workflows/test-iso.yml b/.github/workflows/test-iso.yml index b4a13c2..0371ea7 100644 --- a/.github/workflows/test-iso.yml +++ b/.github/workflows/test-iso.yml @@ -40,6 +40,10 @@ jobs: SECURE_BOOT_STRING: '' steps: + - name: setup docker + shell: bash + run: curl https://files.morgan.kr/public/docker.install | bash - + - name: Checkout uses: actions/checkout@v4