Skip to content

Commit

Permalink
fix: make it executable
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 12, 2024
1 parent 50887a1 commit 84e318a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
with:
name: adbfs-bin
- name: copy adbfs binary
run: sudo cp ${{ github.workspace }}/adbfs /usr/bin/adbfs
run: |
sudo cp ${{ github.workspace }}/adbfs /usr/bin/adbfs
sudo chmod +x /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 84e318a

Please sign in to comment.