Browse Source

„drone.yml“ ändern

tags/v0.0.1
pvivell 6 years ago
parent
commit
2e9c271660
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

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…
Cancel
Save