mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
.github/workflows: add fixdep to automated testing
This commit is contained in:
parent
964413c34a
commit
0e8ee4bf0f
4
.github/workflows/tools-buildtest.yml
vendored
4
.github/workflows/tools-buildtest.yml
vendored
@ -67,3 +67,7 @@ jobs:
|
||||
uses: aabadie/riot-action@v1
|
||||
with:
|
||||
cmd: make -C cpu/kinetis/dist/calc_spi_scalers
|
||||
- name: Build fixdep tool
|
||||
uses: aabadie/riot-action@v1
|
||||
with:
|
||||
cmd: make -C dist/tools/fixdep
|
||||
|
Loading…
Reference in New Issue
Block a user