Fix drone config
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
This commit is contained in:
parent
e9882a25d0
commit
baa9df6b17
|
@ -21,8 +21,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt-get update
|
||||||
- apt install libsrt-openssl-dev
|
- apt-get install -y libsrt-openssl-dev
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
|
|
Loading…
Reference in New Issue