Browse Source

Make cache to be per target

Otherwise the armv7 build uses the x64 cache which is no good.
upload-correct-windows-binary
Thomas Eizinger 3 years ago
parent
commit
8d52cfbec7
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      .github/workflows/build-release-binary.yml

2
.github/workflows/build-release-binary.yml

@ -54,6 +54,8 @@ jobs:
run: rustup show
- uses: Swatinem/rust-cache@v1.3.0
with:
key: ${{ matrix.target }}
- name: Install compiler for armhf arch
if: matrix.target == 'armv7-unknown-linux-gnueabihf'

Loading…
Cancel
Save