We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e41365 commit 8ba7a58Copy full SHA for 8ba7a58
.github/workflows/webOS.yml
@@ -66,6 +66,8 @@ jobs:
66
run: |
67
. /tmp/arm-webos-linux-gnueabi_sdk-buildroot/environment-setup
68
make -f Makefile.webos ipk PACKAGE_NAME=${PACKAGE_NAME} ADD_SDL2_LIB=1 -j$(getconf _NPROCESSORS_ONLN)
69
+ env:
70
+ DEBUG: ${{ github.event_name == 'release' && '0' || '1' }}
71
72
- name: Get short SHA
73
id: slug
0 commit comments