Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 16, 2024
1 parent 69a09af commit 60dfbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: ls -al /dev
- run: id
- run: python3 -c 'import os; print(os.access("/dev/kvm", os.R_OK | os.W_OK))'
- run: sudo python3 -c 'import os; print(os.access("/dev/kvm", os.R_OK | os.W_OK))'

build-all:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60dfbbc

Please sign in to comment.