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 5e0aedd commit 69a09af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ concurrency:
cancel-in-progress: true

jobs:
check_kvm:
runs-on: ubuntu-latest
steps:
- run: ls -al /dev
- run: id
- run: python3 -c 'import os; print(os.access("/dev/kvm", os.R_OK | os.W_OK))'

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

0 comments on commit 69a09af

Please sign in to comment.