Skip to content

Commit

Permalink
fix: github actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed May 28, 2024
1 parent eeb2c6b commit 6917ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup
run: |
sudo apt-get -y install libopencv-dev clang libclang-dev
pip install git + https://github.com/UCSD-E4E/synology-download.git
pip install git+https://github.com/UCSD-E4E/synology-download.git
python ./scripts/tests_setup.py
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 6917ee9

Please sign in to comment.