Removed unused dependencies from CI
This commit is contained in:
parent
2010faadd6
commit
a7e7f672ff
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue