Removed unused dependencies from CI
All checks were successful
/ test (push) Successful in 4s
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Imbus 2024-12-28 22:03:27 +01:00
parent 2010faadd6
commit a7e7f672ff

View file

@ -7,7 +7,6 @@ steps:
image: debian
commands:
- apt update
- apt install libcmocka-dev -y
- apt install gcc -y
- apt install make -y
- make -j$(nproc) test/test.elf
@ -15,6 +14,4 @@ steps:
- name: run-tests
image: debian
commands:
- apt update
- apt install libcmocka0 -y
- ./test/test.elf