We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf80288 commit 2cea127Copy full SHA for 2cea127
.github/workflows/build-and-test-containers.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Set execute permissions for install script
29
- run: chmod +x install_depthai.sh
+ run: chmod +x docs/install_depthai.sh
30
31
- name: Run installation script
32
- run: ./install_depthai.sh
+ run: ./docs/install_depthai.sh
33
34
- name: Verify installation success
35
run: echo "Installation script executed successfully"
0 commit comments