Skip to content

Commit d4ddccf

Browse files
committed
Samples: Automatic updates to public repository
Remember to do the following: 1. Ensure that modified/deleted/new files are correct 2. Make this commit message relevant for the changes 3. Force push 4. Delete branch after PR is merged If this commit is an update from one SDK version to another, make sure to create a release tag for previous version.
1 parent b0f9965 commit d4ddccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

continuous-integration/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ function install_www_deb {
2929
rm -r $TMP_DIR || exit
3030
}
3131

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
32+
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
33+
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
3434

3535
python3 -m pip install --upgrade pip || exit
3636
pushd "$ROOT_DIR" || exit

0 commit comments

Comments
 (0)