Explorar el Código

„drone.yml“ ändern

tags/v0.0.1
pvivell hace 7 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
   commands:
14
   commands:
15
   - apt update
15
   - apt update
16
   - apt -y upgrade
16
   - apt -y upgrade
17
-  - apt -y install build-essential libhidapi-dev 
17
+  - apt -y install build-essential libhidapi-dev libssl-dev
18
   - cd src && make ; cd ..
18
   - cd src && make ; cd ..
19
   - cd src/contrib && make ; cd ../..
19
   - cd src/contrib && make ; cd ../..

Loading…
Cancelar
Guardar