File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments