Skip to content

Commit 2cea127

Browse files
JanJan
authored andcommitted
fix: path in runner
1 parent bf80288 commit 2cea127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Set execute permissions for install script
29-
run: chmod +x install_depthai.sh
29+
run: chmod +x docs/install_depthai.sh
3030

3131
- name: Run installation script
32-
run: ./install_depthai.sh
32+
run: ./docs/install_depthai.sh
3333

3434
- name: Verify installation success
3535
run: echo "Installation script executed successfully"

0 commit comments

Comments
 (0)