summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-07-15 21:31:48 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-07-15 21:31:48 +1000
commiteb679e2959bdb15454eb94751930eb4c9110da94 (patch)
tree4fb07c76f3396ca02cd68074973882d063be23a8 /.github
parent46b91b70ff3cb9c147e2875ef5dc609fd64c0c96 (diff)
downloadopenssh-git-eb679e2959bdb15454eb94751930eb4c9110da94.tar.gz
Move vmshutdown to first step.
If a previous run on a physical runner has failed to clean up, the next run will fail because it'll try to check out the code to a broken directory mount. Make cleanup the first step.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index fcbb6d94..7ce318b1 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -72,11 +72,11 @@ jobs:
# - { os: sol11, configs: sol64-pam }
- { os: win10, configs: cygwin-release }
steps:
+ - name: shutdown VM if running
+ run: vmshutdown
- uses: actions/checkout@v2
- name: autoreconf
run: autoreconf
- - name: shutdown VM if running
- run: vmshutdown
- name: startup VM
run: vmstartup
- name: configure