Fix drone config
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Luca 2021-10-18 21:01:27 +02:00
parent e9882a25d0
commit baa9df6b17
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ steps:
- name: build
image: golang
commands:
- apt update
- apt install libsrt-openssl-dev
- apt-get update
- apt-get install -y libsrt-openssl-dev
- go build
- name: release