File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments