We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a372ee6 commit 0416574Copy full SHA for 0416574
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Build emery SDK
28
run: |
29
- ./waf configure --board snowy_emery --js_engine none
+ ./waf configure --board snowy_emery --js-engine none
30
./waf build --onlysdk
31
32
- name: Generate SDK documentation
0 commit comments