From 6ef674397af1bda7314152ee03f0b9af57120f73 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 5 Mar 2024 19:08:26 +0900 Subject: [PATCH] Update test-iso.yml --- .github/workflows/test-iso.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-iso.yml b/.github/workflows/test-iso.yml index 0371ea7..b4a13c2 100644 --- a/.github/workflows/test-iso.yml +++ b/.github/workflows/test-iso.yml @@ -40,10 +40,6 @@ 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