Skip to content

Commit b7be00a

Browse files
committed
ci: add right to access binary file
1 parent 0903faa commit b7be00a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/_linux_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
run: |
1818
pip install . -v
1919
pip install pytest
20+
- name: Update permissions
21+
run: |
22+
sudo chmod 755 /opt/hostedtoolcache/Python/3.10.12/x64/pyrclone/rclone
2023
- name: Test with pytest
2124
run: |
2225
make test

0 commit comments

Comments
 (0)