reducing image in ci pipeline

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:
- name: Test
image: debian
image: debian:12-slim
commands:
- apt-get update
- apt-get install -y build-essential
- apt-get install -y make
- make test