fix: change cache key
This commit is contained in:
parent
1f4d2e8f57
commit
411a1eb2a5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{env.WX_WIDGETS_BUILD_OUT_DIR}}
|
${{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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo make build-binary
|
cargo make build-binary
|
||||||
|
@ -146,7 +146,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{env.WX_WIDGETS_BUILD_OUT_DIR}}
|
${{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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo make build-macos-arm-binary
|
cargo make build-macos-arm-binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user