Skip to content

Commit cb63429

Browse files
committed
Forgot one dpkg path
1 parent 36bf807 commit cb63429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/raspberry_pi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
echo $PWD
8989
ls -la
9090
cmake -DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON .
91-
sudo dpkg -i package/*.deb
91+
sudo dpkg -i build/*.deb
9292
cmake --build build --target package --config Release -j
9393
dpkg -I build/liblsl*.deb
9494
cmake -E remove_directory build/_CPack_Packages

0 commit comments

Comments
 (0)