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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.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' |
|
|
|