Skip to content

Commit 6290acf

Browse files
committed
Draft.
1 parent 5621cd0 commit 6290acf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ jobs:
372372
export devfast=${{ inputs.devfast }}
373373
echo $devfast
374374
./_chroot_test | sudo -n tee ./_local/_chroot_test.log && exit ${PIPESTATUS[0]}
375-
- name: _create_ubDistBuild-bootOnce
375+
376+
- name: Enable KVM group perms
377+
if: ${{ github.event.inputs.runnerName == 'ubuntu-latest-m' }}
376378
shell: bash
377379
run: |
378380
export skimfast=${{ inputs.skimfast }}
@@ -393,8 +395,11 @@ jobs:
393395
echo $USER
394396
groups
395397
echo
398+
- name: _create_ubDistBuild-bootOnce
399+
shell: bash
400+
run: |
396401
./_create_ubDistBuild-bootOnce | sudo -n tee ./_local/_create_ubDistBuild-bootOnce.log && exit ${PIPESTATUS[0]}
397-
402+
398403
- name: _fetchCore
399404
shell: bash
400405
run: |

0 commit comments

Comments
 (0)