Skip to content

Commit

Permalink
run priviliged
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Oct 15, 2023
1 parent 7d599ff commit fc8ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-docker-regular-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Download Issues with end limit
id: normalIssuesWithEndLimit
run: sudo docker run -v $(pwd):/app/issues/ joergi/mag-pi-downloader -l 2
run: sudo docker --privileged run -v $(pwd):/app/issues/ joergi/mag-pi-downloader -l 2

- name: Download Issues with start limit
id: normalIssuesWithStartLimit
Expand Down

0 comments on commit fc8ff9b

Please sign in to comment.