Skip to content

Commit

Permalink
ci: fix test workflow (#1)
Browse files Browse the repository at this point in the history
* ci(test): install rclone as sudo
  • Loading branch information
lariel-fernandes authored Aug 21, 2024
1 parent 2263984 commit d0a52b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
uv-${{ runner.os }}
- name: Install
run: make install-project install-tools
run: |
make install-project install-tools
sudo -v ; curl https://rclone.org/install.sh | sudo bash
- name: Test
run: make test
Expand Down

0 comments on commit d0a52b2

Please sign in to comment.