adding bash
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Petit 2024-12-05 12:23:34 +01:00
parent e7c2bddb8f
commit adefd035a3

View File

@ -6,5 +6,5 @@ steps:
- name: Test - name: Test
image: alpine image: alpine
commands: commands:
- apk add --no-cache make gcc libc-dev - apk add --no-cache make gcc libc-dev bash
- make test - make test