Browse Source

Merge pull request #189 from comit-network/release-caches

Make cache to be per target
upload-correct-windows-binary
Thomas Eizinger 3 years ago
committed by GitHub
parent
commit
a845776515
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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