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 ab52984 commit 578a082Copy full SHA for 578a082
.github/workflows/macos.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Hosted Examples
68
if: always()
69
run: |
70
- (cd examples && ../tools/scripts/examples_compile.py linux)
+ (cd examples/linux && ../../tools/scripts/examples_compile.py block_device assert build_info etl fiber git logger printf threads)
71
72
- name: Compile STM32 Examples
73
0 commit comments