File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -377,11 +377,6 @@ jobs:
377377 if : ${{ github.event.inputs.runnerName == 'ubuntu-latest-m' }}
378378 shell : bash
379379 run : |
380- export skimfast=${{ inputs.skimfast }}
381- echo skimfast $skimfast
382- export qemuNoKVM=${{ inputs.qemuNoKVM }}
383- echo qemuNoKVM $qemuNoKVM
384- echo
385380 sudo -n ls -l /dev/kvm
386381 sudo -n ls -l /dev/kvm*
387382 sudo -n chown -R $USER:docker /dev/kvm
@@ -398,6 +393,11 @@ jobs:
398393 - name : _create_ubDistBuild-bootOnce
399394 shell : bash
400395 run : |
396+ export skimfast=${{ inputs.skimfast }}
397+ echo skimfast $skimfast
398+ export qemuNoKVM=${{ inputs.qemuNoKVM }}
399+ echo qemuNoKVM $qemuNoKVM
400+ echo
401401 ./_create_ubDistBuild-bootOnce | sudo -n tee ./_local/_create_ubDistBuild-bootOnce.log && exit ${PIPESTATUS[0]}
402402
403403 - name : _fetchCore
You can’t perform that action at this time.
0 commit comments