Skip to content

Commit

Permalink
Merge pull request #161 from t0mdavid-m/fix_windows_builds
Browse files Browse the repository at this point in the history
Temp Fix for Windows CI
  • Loading branch information
t0mdavid-m authored Mar 7, 2025
2 parents d65c9c9 + 1c67d5f commit 85fc9c3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
ref: release/${{ env.OPENMS_VERSION }}
path: 'OpenMS'

# Temporary fix - until seqan is back online or new OpenMS release (3.4)
- name: Get latest cibuild.cmake
working-directory: OpenMS
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin develop
git checkout origin/develop -- tools/ci/cibuild.cmake
git checkout origin/develop -- tools/ci/citest.cmake
git checkout origin/develop -- tools/ci/cipackage.cmake
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ jobs:
repository: OpenMS/OpenMS
ref: release/${{ env.OPENMS_VERSION }}
path: 'OpenMS'

# Temporary fix - until seqan is back online or new OpenMS release (3.4)
- name: Get latest cibuild.cmake
working-directory: OpenMS
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin develop
git checkout origin/develop -- tools/ci/cibuild.cmake
git checkout origin/develop -- tools/ci/citest.cmake
git checkout origin/develop -- tools/ci/cipackage.cmake
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit 85fc9c3

Please sign in to comment.