Skip to content

Commit

Permalink
fixing computer vision integration part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rshah2004 committed Jun 6, 2024
1 parent b748be2 commit f416680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
sudo chmod -R 777 /__w/_actions
- name: Update and upgrade
run: |
run: |
sudo apt update -y
sudo apt upgrade -y
sudo apt upgrade -y
- name: Check out ubc-subbots/triton
uses: actions/checkout@v3 # Update to the latest version
uses: actions/checkout@v3 # Update to the latest version.

- name: Install deps with rosdep
run: |
Expand Down

0 comments on commit f416680

Please sign in to comment.