From df71f3906d2adb3f657122582d469a91e6ed51ee Mon Sep 17 00:00:00 2001 From: sose Date: Wed, 3 Feb 2021 16:35:59 -0800 Subject: [PATCH] install syslinux-efi in drone environment --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index fe27fc9..7a18eec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,6 +71,7 @@ steps: commands: - apt-get update - apt-get install -y live-build + - apt-get install -y syslinux-efi - apt-get install -y git - lb config - rm -r config @@ -90,6 +91,7 @@ steps: commands: - apt-get update - apt-get install -y live-build + - apt-get install -y syslinux-efi - apt-get install -y git - lb clean - cd config