8000
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 8053b27 commit 9073cc8Copy full SHA for 9073cc8
.github/workflows/unix_port.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Initialize lv_bindings submodule
23
run: git submodule update --init --recursive lib/lv_bindings
24
- name: Update Unix port submodules
25
- run: make -C ports/unix VARIANT=dev DEBUG=1 submodules
+ run: make -C ports/unix DEBUG=1 submodules
26
- name: Checkout lv_bindings
27
working-directory: ./lib/lv_bindings
28
run: |
@@ -33,7 +33,7 @@ jobs:
33
- name: Build mpy-cross
34
run: make -j $(nproc) -C mpy-cross
35
- name: Build the unix port
36
- run: make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
+ run: make -j $(nproc) -C ports/unix DEBUG=1
37
- name: Run tests
38
39
export XDG_RUNTIME_DIR=/tmp
0 commit comments