Skip to content

Commit

Permalink
Update build_mmvii.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc authored Dec 11, 2023
1 parent 1583a04 commit c8db649
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
cache-name: cache-node-modules
with:
path: |
micmac/lib/libelise.a
micmac/lib/libANN.a
micmac/bin/mm3d
key: ${{ runner.os }}-build-mm3d
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
lib/libelise.a
lib/libANN.a
bin/mm3d
key: ${{ runner.os }}-build-mm3d-${{ hashFiles('src/**/*.cpp,src/**/*.h,include/**/*.h') }}

- if: ${{ steps.cache-mm3d.outputs.cache-hit != 'true' }}
name: Configure CMake for mm3d
Expand Down

0 comments on commit c8db649

Please sign in to comment.