Skip to content

Commit e7cff7a

Browse files
authored
switch to powershell (#52)
* switch to powershell * Revert "bump version" This reverts commit 116a481. * Reapply "bump version" This reverts commit 0b48c54. * Revert "switch to powershell" This reverts commit 771a35a. * add debug handling for "build" failure * use current build script * use windows 2022 * make windows build consistent,remove debug
1 parent 210b6db commit e7cff7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows-executable-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: openms-streamlit-vue-component/dist
5151

5252
build-openms:
53-
runs-on: windows-latest
53+
runs-on: windows-2022
5454

5555
steps:
5656
- name: Checkout
@@ -201,7 +201,7 @@ jobs:
201201
path: ${{ github.workspace }}/OpenMS/bld/*.zip
202202

203203
build-executable:
204-
runs-on: windows-latest
204+
runs-on: windows-2022
205205
needs: [build-openms, build-vue-js-component]
206206

207207
steps:

0 commit comments

Comments
 (0)