We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5907714 + 8ba7a58 commit 9b97888Copy full SHA for 9b97888
.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