Skip to content

Commit

Permalink
only use build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 27, 2024
1 parent 183df63 commit 8e936e0
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 @@ -144,7 +144,7 @@ jobs:
env:
#OS_PREFIX_PATH: "${{ env.Qt5_DIR }}/lib/cmake;${{ env.Qt5_DIR }}"
OPENMS_CONTRIB_LIBS: "${{ github.workspace }}/OpenMS/contrib"
INSTALL_LIB_DIR: "${{ github.workspace }}/OpenMS/bld/bin"
INSTALL_LIB_DIR: "${{ github.workspace }}/OpenMS/bld/"
CI_PROVIDER: "GitHub-Actions"
CMAKE_GENERATOR: "Ninja"
SOURCE_DIRECTORY: "${{ github.workspace }}/OpenMS"
Expand Down

0 comments on commit 8e936e0

Please sign in to comment.