Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/develop-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:
pip3 install pycairo
pip3 install PyGObject


- name: Test Aravis
run: |
cd ${{ github.workspace }}/download/installer/testcases/python
Expand Down
6 changes: 3 additions & 3 deletions installer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ libraries:

ion_kit:
name: ion-kit
pkg_sha: "6714b46f4f9f6db0806e78e69e1fee6188e520a5dfca5b134d1e007ae410fa33"
pkg_sha: "f99f81f9f415241c0327b983473583e8ae20ab187e9d6a5aebc1e74f38955ecf"
git_repo: "https://github.com/fixstars/ion-kit.git"
version: "v3.2.6"
version: "v3.2.7"

opencv:
name: opencv
Expand All @@ -39,4 +39,4 @@ libraries:
name: "gstreamer plugins"
pkg_sha: "28e8a224b7f5b1de23e45bd680f56845bd792a911315a0bcfa2064af1c1aa1d0"
git_repo: "https://github.com/Sensing-Dev/gst-plugins"
version: "v1.22.5.8"
version: "v1.22.5.8"
Loading