Skip to content

Commit

Permalink
buidl Windows exe from develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter committed Jun 17, 2024
1 parent 0707a6b commit af3c060
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
build-openms:
runs-on: windows-latest

env:
OPENMS_VERSION: 3.0.0

steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: OpenMS/OpenMS
ref: release/${{ env.OPENMS_VERSION }}
ref: develop
path: 'OpenMS'

- name: Install Qt
Expand Down

0 comments on commit af3c060

Please sign in to comment.