Update test-iso.yml

This commit is contained in:
Morgan 2024-03-05 19:07:11 +09:00 committed by GitHub
parent 7ae9eae9fd
commit b5410c1668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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