switching to debian
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Petit 2024-12-05 13:27:07 +01:00
parent 11fa4c8d52
commit e98932e336

View File

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