From b5410c1668c9e68457eb0a7001c33e02ac840979 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 5 Mar 2024 19:07:11 +0900 Subject: [PATCH] Update test-iso.yml --- .github/workflows/test-iso.yml | 4 ++++ 1 file changed, 4 insertions(+) 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