Updated pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
jpk 2022-11-02 15:22:29 +01:00
parent 2959350d22
commit b6a90c6ad5
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ steps:
image: gcc:12
commands:
- apt-get update -qq
- apt-cache search libusb
- apt-get install -y libusb-1
- apt-get install -y libusb-1.0-0 libusb-1.0-0-dev
- make config.h
- make
- name: build gcc11