We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8709c commit f45b979Copy full SHA for f45b979
1 file changed
.github/workflows/c-cpp.yml
@@ -21,21 +21,9 @@ jobs:
21
make -f Makefile.GD32 clean
22
make -f Makefile.GD32
23
cd -
24
- - name: make gd32_emac_artnet_pixel_multi
25
- run: |
26
- cd gd32_emac_artnet_pixel_multi
27
- make -f Makefile.GD32 clean
28
- make -f Makefile.GD32
29
- cd -
30
- name: make gd32_emac_e131_dmx_multi
31
run: |
32
cd gd32_emac_e131_dmx_multi
33
34
35
36
- - name: make gd32_emac_e131_pixel_multi
37
38
- cd gd32_emac_e131_pixel_multi
39
40
41
0 commit comments