fix: change cache key

This commit is contained in:
Federico Terzi 2022-07-03 17:05:07 +02:00
parent 1f4d2e8f57
commit 411a1eb2a5

View File

@ -46,7 +46,7 @@ jobs:
with:
path: |
${{env.WX_WIDGETS_BUILD_OUT_DIR}}
key: ${{ runner.os }}-${{ hashFiles('espanso-modulo/build.rs') }}-${{ hashFiles('espanso-modulo/vendor/*') }}
key: ${{ github.job }}-${{ runner.os }}-${{ hashFiles('espanso-modulo/build.rs') }}-${{ hashFiles('espanso-modulo/vendor/*') }}
- name: Build
run: |
cargo make build-binary
@ -146,7 +146,7 @@ jobs:
with:
path: |
${{env.WX_WIDGETS_BUILD_OUT_DIR}}
key: ${{ runner.os }}-${{ hashFiles('espanso-modulo/build.rs') }}-${{ hashFiles('espanso-modulo/vendor/*') }}
key: ${{ github.job }}-${{ runner.os }}-${{ hashFiles('espanso-modulo/build.rs') }}-${{ hashFiles('espanso-modulo/vendor/*') }}
- name: Build
run: |
cargo make build-macos-arm-binary