Revert "CI Linux: XIMEA install workaround"

This reverts commit 7162decfb7.
This commit is contained in:
Martin Pulec
2025-03-18 12:07:30 +01:00
parent dccc4fff1e
commit 2fbcf4f7bf

View File

@@ -15,7 +15,6 @@ install_ximea() {
curl -LO https://www.ximea.com/downloads/recent/$filename
tar xzf $filename
cd package
touch bin/streamViewer.64 # TOREMOVE
sudo ./install -noudev
}