Iterate ARM support in CI (#587)

This commit is contained in:
Michael Telatynski
2023-03-23 13:22:29 +00:00
committed by GitHub
parent 7a1a0fabdb
commit 1654030c5f
6 changed files with 32 additions and 9 deletions
+2 -1
View File
@@ -68,7 +68,7 @@ jobs:
id: cache
uses: actions/cache@v3
with:
key: ${{ runner.os }}-${{ hashFiles('hakDependencies.json', 'electronVersion') }}
key: ${{ runner.os }}-${{ inputs.arch }}-${{ hashFiles('hakDependencies.json', 'electronVersion') }}
path: |
./.hak
@@ -97,6 +97,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@v1
with:
default: true
toolchain: stable
target: ${{ steps.config.outputs.target }}