We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f9965 commit 21a9f36Copy full SHA for 21a9f36
1 file changed
continuous-integration/setup.sh
@@ -29,8 +29,8 @@ function install_www_deb {
29
rm -r $TMP_DIR || exit
30
}
31
32
-install_www_deb "https://downloads.zivid.com/sdk/releases/2.17.1+7516d437-1/u${VERSION_ID:0:2}/zivid_2.17.1+7516d437-1_amd64.deb" || exit
33
-install_www_deb "https://downloads.zivid.com/sdk/releases/2.17.1+7516d437-1/u${VERSION_ID:0:2}/zivid-genicam_2.17.1+7516d437-1_amd64.deb" || exit
+install_www_deb "https://downloads.zivid.com/sdk/releases/2.17.2+440b2367-1/u${VERSION_ID:0:2}/zivid_2.17.2+440b2367-1_amd64.deb" || exit
+install_www_deb "https://downloads.zivid.com/sdk/releases/2.17.2+440b2367-1/u${VERSION_ID:0:2}/zivid-genicam_2.17.2+440b2367-1_amd64.deb" || exit
34
35
python3 -m pip install --upgrade pip || exit
36
pushd "$ROOT_DIR" || exit
0 commit comments