Modified drone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Justine 2023-01-11 18:10:29 +01:00
parent c7f05b95ad
commit 7e82369534

View File

@ -7,7 +7,7 @@ steps:
- name: Compile
image: rust:1.66.0-alpine3.17
commands:
- apk add build-base make
- apk add build-base make bash
- cargo build --verbose
- name: Tests