Skip to content

Commit

Permalink
build-online.cmake => build.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 3, 2024
1 parent c280fb7 commit b31baa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ jobs:
if: steps.cache-gemext.outputs.cache-hit != 'true'
timeout-minutes: 15
run: |
cmake -B build -Dfind:BOOL=true --install-prefix ${{ env.CMAKE_PREFIX_PATH }}
cmake --build build --parallel
cmake --install build
cmake -Dmumps_only=true -Dfind=true -Dprefix=${{ env.CMAKE_PREFIX_PATH }} -P build.cmake
working-directory: gemext

- name: Checkout Gemini3D
Expand Down

0 comments on commit b31baa8

Please sign in to comment.