Update .drone.yml

This commit is contained in:
Bobi 2024-05-03 02:03:21 +03:00 committed by GitHub
parent 299f4aab8e
commit 56be2d15cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@ kind: pipeline
steps:
- name: run unit tests
image: ubuntu:22.04
environment:
DEBIAN_FRONTEND: noninteractive
commands:
- apt-get update
- apt-get install -y libicu-dev sudo cron apt-utils