running apt update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Petit 2024-12-05 13:29:38 +01:00
parent 2f1cee5605
commit 6bfb812989

View File

@ -6,5 +6,6 @@ steps:
- name: Test - name: Test
image: debian image: debian
commands: commands:
- apt-get update
- apt-get install build-essential - apt-get install build-essential
- make test - make test