Skip to content

Commit

Permalink
Update acquire-driver-common and acquire-driver-hdcam. Restore recurs…
Browse files Browse the repository at this point in the history
…ive submodule checkout in CI.
  • Loading branch information
aliddell committed May 3, 2023
1 parent 5d170dd commit 5b317b9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive
- uses: messense/maturin-action@v1
with:
command: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_dcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Get CMake 3.24
uses: lukka/get-cmake@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_egrabber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Get CMake 3.24
uses: lukka/get-cmake@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion acquire-driver-hdcam

0 comments on commit 5b317b9

Please sign in to comment.