Skip to content

Commit c03f4e6

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr-149
2 parents e8c14e7 + 85fc9c3 commit c03f4e6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ jobs:
1818
ref: release/${{ env.OPENMS_VERSION }}
1919
path: 'OpenMS'
2020

21+
# Temporary fix - until seqan is back online or new OpenMS release (3.4)
22+
- name: Get latest cibuild.cmake
23+
working-directory: OpenMS
24+
run: |
25+
git config user.name "GitHub Actions"
26+
git config user.email "actions@github.com"
27+
git fetch origin develop
28+
git checkout origin/develop -- tools/ci/cibuild.cmake
29+
git checkout origin/develop -- tools/ci/citest.cmake
30+
git checkout origin/develop -- tools/ci/cipackage.cmake
31+
2132
- name: Install Qt
2233
uses: jurplel/install-qt-action@v3
2334
with:

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
repository: OpenMS/OpenMS
3030
ref: release/${{ env.OPENMS_VERSION }}
3131
path: 'OpenMS'
32+
33+
# Temporary fix - until seqan is back online or new OpenMS release (3.4)
34+
- name: Get latest cibuild.cmake
35+
working-directory: OpenMS
36+
run: |
37+
git config user.name "GitHub Actions"
38+
git config user.email "actions@github.com"
39+
git fetch origin develop
40+
git checkout origin/develop -- tools/ci/cibuild.cmake
41+
git checkout origin/develop -- tools/ci/citest.cmake
42+
git checkout origin/develop -- tools/ci/cipackage.cmake
3243
3344
- name: Install Qt
3445
uses: jurplel/install-qt-action@v4

0 commit comments

Comments
 (0)