Skip to content

Commit

Permalink
fix: path in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored and Jan committed Feb 5, 2025
1 parent bf80288 commit 2cea127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: actions/checkout@v4

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

- name: Run installation script
run: ./install_depthai.sh
run: ./docs/install_depthai.sh

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

0 comments on commit 2cea127

Please sign in to comment.