Skip to content

Commit 876d77d

Browse files
authored
Removing libraries moved to the Thunder repository (#48)
It looks like for now there is nothing to build, I tried to quickly add the libraries that are left in this repository, but neither of them builds at the moment, so it probably requires a closer look to make it work. Let's keep this workflow fairly empty for now, and maybe we can add something here in the near future.
1 parent cc645fb commit 876d77d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Linux build template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ jobs:
6666
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror -m${{matrix.architecture}}" \
6767
-DCMAKE_INSTALL_PREFIX="${{matrix.build_type}}/install/usr" \
6868
-DCMAKE_MODULE_PATH="${PWD}/${{matrix.build_type}}/install/usr/include/WPEFramework/Modules" \
69-
-DBROADCAST=ON \
7069
${{steps.libs.outputs.first_match}}
71-
cmake --build ${{matrix.build_type}}/build/ThunderLibraries --target install
70+
# cmake --build ${{matrix.build_type}}/build/ThunderLibraries --target install
7271

7372
- name: Tar files
7473
run: tar -czvf ${{matrix.build_type}}${{matrix.architecture == '32' && '_x86' || ''}}.tar.gz ${{matrix.build_type}}

0 commit comments

Comments
 (0)