Skip to content

Commit

Permalink
MMVII: Cache all mm3d binaries when building on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Jun 21, 2024
1 parent f21cc14 commit 7974355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
path: |
lib/elise.lib
lib/ANN.lib
bin/mm3d.exe
bin/*
key: ${{ runner.os }}-build-mm3d-${{ hashFiles('src/**/*.cpp','src/**/*.h','include/**/*.h','!src/util/GIT_defines.cpp') }}

- if: ${{ steps.cache-mm3d-windows.outputs.cache-hit != 'true' }}
Expand All @@ -118,7 +118,7 @@ jobs:
path: |
lib/elise.lib
lib/ANN.lib
bin/mm3d.exe
bin/*
key: ${{ runner.os }}-build-mm3d-${{ hashFiles('src/**/*.cpp','src/**/*.h','include/**/*.h','!src/util/GIT_defines.cpp') }}

- name: Configure CMake for MMVII
Expand Down

0 comments on commit 7974355

Please sign in to comment.