Skip to content

Commit d94f8e1

Browse files
committed
fix: Enhance build process in publish-tests workflow by adding include path and modifying CFLAGS
1 parent a138103 commit d94f8e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ jobs:
116116
-DLVGL_SRC_DIR=/work/lvgl \
117117
-DLVGL_CONF_DIR=/work/conf \
118118
-DUSER_SRC_DIR=/user_src \
119+
-DCMAKE_INCLUDE_PATH=/user_src \
119120
-DADDITIONAL_EXPORTED_FUNCTIONS="${{ steps.widget-list.outputs.widget_functions }}" \
120121
/work && \
121-
emmake make -j8'
122+
emmake make -j8 CFLAGS="-I/user_src"'
122123
123124
- name: Upload artifact
124125
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)