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 416298b commit a935596Copy full SHA for a935596
1 file changed
.github/workflows/build.yaml
@@ -205,8 +205,9 @@ jobs:
205
- name: Setup MicroPython X86
206
working-directory: micropython
207
run: |
208
- CFLAGS_EXTRA='-Wno-error' source tools/ci.sh && ci_unix_32bit_setup && ci_unix_standard_build
209
- mv ./ports/unix/build-standard/ ./ports/unix/build-nomodules/
+ source tools/ci.sh && ci_unix_32bit_setup
+ echo SKIP ci_unix_standard_build
210
+ echo SKIP mv ./ports/unix/build-standard/ ./ports/unix/build-nomodules/
211
- name: Build custom firmware with user modules, and tests. Unix/x64
212
213
make check_unix V=1 CFLAGS_EXTRA=-Wno-error
0 commit comments