Skip to content

Commit

Permalink
[ci] Sidestep issue in LVGL compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Dec 19, 2024
1 parent bed1bdd commit 8f07172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
shell: bash
run: |
(cd examples && python ../tools/scripts/examples_compile.py nucleo_f031k6 nucleo_f103rb nucleo_f303re nucleo_f411re nucleo_f746zg)
(cd examples && python ../tools/scripts/examples_compile.py nucleo_g071rb nucleo_l031k6 nucleo_l152re nucleo_l476rg nucleo_g474re)
(cd examples && python ../tools/scripts/examples_compile.py nucleo_g071rb nucleo_l031k6 nucleo_l152re nucleo_l432kc nucleo_g474re)
- name: Compile AVR Examples
if: always()
Expand Down

0 comments on commit 8f07172

Please sign in to comment.