Skip to content

Commit 9073cc8

Browse files
committed
Remove VARIANT=dev on unix port
1 parent 8053b27 commit 9073cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unix_port.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Initialize lv_bindings submodule
2323
run: git submodule update --init --recursive lib/lv_bindings
2424
- name: Update Unix port submodules
25-
run: make -C ports/unix VARIANT=dev DEBUG=1 submodules
25+
run: make -C ports/unix DEBUG=1 submodules
2626
- name: Checkout lv_bindings
2727
working-directory: ./lib/lv_bindings
2828
run: |
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build mpy-cross
3434
run: make -j $(nproc) -C mpy-cross
3535
- name: Build the unix port
36-
run: make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
36+
run: make -j $(nproc) -C ports/unix DEBUG=1
3737
- name: Run tests
3838
run: |
3939
export XDG_RUNTIME_DIR=/tmp

0 commit comments

Comments
 (0)