File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,28 +45,19 @@ jobs:
4545 with :
4646 python-version : ${{ matrix.python }}
4747
48- - name : Checkout core-libs nightly
48+ - name : Checkout acquire-common nightly
4949 if : ${{github.ref_name == 'nightly'}}
5050 run : |
5151 git fetch --tags
5252 git checkout nightly
5353 git submodule update
54- working-directory : ${{github.workspace}}/acquire-libs/acquire-core-libs
55-
56- - name : Checkout runtime nightly
57- if : ${{github.ref_name == 'nightly'}}
58- run : |
59- git fetch --tags
60- git checkout nightly
61- git submodule update
62- working-directory : ${{github.workspace}}/acquire-libs/acquire-video-runtime
54+ working-directory : ${{github.workspace}}/acquire-common
6355
6456 - name : Set config to pull nightly drivers
6557 if : ${{github.ref_name == 'nightly'}}
6658 run : |
6759 cat >drivers.json <<EOF
6860 {
69- "acquire-driver-common": "nightly",
7061 "acquire-driver-zarr": "nightly",
7162 "acquire-driver-egrabber": "nightly",
7263 "acquire-driver-hdcam": "nightly",
You can’t perform that action at this time.
0 commit comments