Skip to content

Commit

Permalink
use sudo to copy the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 12, 2024
1 parent 92f5eb5 commit 8a8503e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: adbfs-bin
path: /usr/bin/adbfs
- name: copy adbfs binary
run: sudo cp ${{ github.workspace }}/adbfs /usr/bin/adbfs
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down

0 comments on commit 8a8503e

Please sign in to comment.