Skip to content

Commit

Permalink
create openms directory earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 26, 2024
1 parent a675817 commit 4ed2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Configure CMake
run: |
mkdir $GITHUB_WORKSPACE/OpenMS/bld/
cmake -B ${{ github.workspace }}/OpenMS/bld/ -S ${{ github.workspace }}/OpenMS \
-DCMAKE_INSTALL_OPENMP_LIBRARIES=TRUE \
-DCMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION='bin' \
Expand All @@ -147,7 +148,6 @@ jobs:
- name: Build Windows
shell: bash
run: |
mkdir $GITHUB_WORKSPACE/OpenMS/bld/
ctest --output-on-failure -V -S $GITHUB_WORKSPACE/OpenMS/tools/ci/cibuild.cmake
env:
#OS_PREFIX_PATH: "${{ env.Qt5_DIR }}/lib/cmake;${{ env.Qt5_DIR }}"
Expand Down

0 comments on commit 4ed2d8a

Please sign in to comment.