reducing image in ci pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Petit 2024-12-05 14:44:38 +01:00
parent 8e773a914c
commit 67db390694

View File

@ -4,8 +4,8 @@ name: default
steps: steps:
- name: Test - name: Test
image: debian image: debian:12-slim
commands: commands:
- apt-get update - apt-get update
- apt-get install -y build-essential - apt-get install -y make
- make test - make test