Skip to content

Commit

Permalink
Reinsert mmg directory for Mmg clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 9, 2024
1 parent 9048b3b commit d1ec92c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ jobs:
if: inputs.branch_name
with:
ref: ${{github.event.inputs.branch}}
clean: false
path: mmg

# checkout the event branch for automatic workflows
- uses: actions/checkout@v3
if: inputs.branch_name == ''
with:
clean: false
path: mmg

- name: Install VTK
# Download vtk only if used
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Test compilation with shared libs linkage
run: |
cmake -S. -Bbuild_shared \
cmake -Smmg -Bbuild_shared \
${{ env.CMAKE_C_FLG }} \
${{ env.FORT_FLG }} \
-DCI_CONTEXT=ON \
Expand All @@ -285,7 +285,7 @@ jobs:

- name: Test compilation without library linkage
run: |
cmake -S. -Bbuild_nolibs \
cmake -Smmg -Bbuild_nolibs \
${{ env.CMAKE_C_FLG }} \
${{ env.FORT_FLG }} \
-DCI_CONTEXT=ON \
Expand All @@ -306,7 +306,7 @@ jobs:

- name: Configure Mmg with static libs (default behaviour)
run: |
cmake -S. -Bbuild \
cmake -Smmg -Bbuild \
${{ env.CMAKE_C_FLG }} \
${{ env.FORT_FLG }} \
-DCMAKE_INSTALL_PREFIX=mmg-install \
Expand Down

0 comments on commit d1ec92c

Please sign in to comment.