We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bf807 commit cb63429Copy full SHA for cb63429
.github/workflows/raspberry_pi.yml
@@ -88,7 +88,7 @@ jobs:
88
echo $PWD
89
ls -la
90
cmake -DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON .
91
- sudo dpkg -i package/*.deb
+ sudo dpkg -i build/*.deb
92
cmake --build build --target package --config Release -j
93
dpkg -I build/liblsl*.deb
94
cmake -E remove_directory build/_CPack_Packages
0 commit comments