Explorar el Código

„drone.yml“ ändern

tags/v0.0.1
pvivell hace 6 años
padre
commit
2e9c271660
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Ver fichero

@@ -14,6 +14,6 @@ steps:
14 14
   commands:
15 15
   - apt update
16 16
   - apt -y upgrade
17
-  - apt -y install build-essential libhidapi-dev 
17
+  - apt -y install build-essential libhidapi-dev libssl-dev
18 18
   - cd src && make ; cd ..
19 19
   - cd src/contrib && make ; cd ../..

Loading…
Cancelar
Guardar