Skip to content

Commit baa8086

Browse files
committed
Draft.
1 parent 6290acf commit baa8086

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)