Skip to content

Commit

Permalink
fix: use sudo in docker-android image
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 11, 2024
1 parent e89d325 commit 90aa9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: prepare
run: apt-get update && apt-get install -y fuse libfuse-dev
run: sudo apt-get update && sudo apt-get install -y fuse libfuse-dev
- name: get-adbfs-binary
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 90aa9dd

Please sign in to comment.