Skip to content

Commit

Permalink
build windows app with OpenMS 3.1 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter committed Jun 19, 2024
1 parent ab53a12 commit bd874e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ on:
branches: [ "main" ]
workflow_dispatch:


jobs:
build-openms:
runs-on: windows-latest

env:
OPENMS_VERSION: 3.1.0

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

- name: Install Qt
Expand Down

0 comments on commit bd874e6

Please sign in to comment.