Skip to content

Commit

Permalink
change ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed May 29, 2024
1 parent b6381ac commit dfa40e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
CC: ${{ matrix.config.cc }}
CXX: ${{ matrix.config.cxx }}
run: >
cmake . -B cmakebuild
cmake -B cmakebuild
-DCMAKE_INSTALL_PREFIX=cmakebuild/install
-DRESINSIGHT_QT5_BUNDLE_LIBRARIES=true
-DRESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true
Expand All @@ -210,7 +210,8 @@ jobs:
-DRESINSIGHT_ENABLE_HDF5=false
-DRESINSIGHT_BUILD_LIBS_FROM_SOURCE=false
-DCMAKE_TOOLCHAIN_FILE=ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake
-G "Ninja"
-G Ninja
-S .
- name: Build
run: |
cmake --build cmakebuild --target install
Expand Down

0 comments on commit dfa40e7

Please sign in to comment.