diff --git a/.drone.yml b/.drone.yml index f525dec..671e8bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,12 +5,14 @@ steps: - name: build gcc12 image: gcc:12 commands: - - apt install libusb-1 + - apt-get update -qq + - apt-get install -y libusb-1 - make config.h - make - name: build gcc11 image: gcc:11 commands: - - apt install libusb-1 + - apt-get update -qq + - apt-get install -y libusb-1 - make config.h - make