Skip to content

Commit

Permalink
Update prepare-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Mar 30, 2021
1 parent efa684e commit af5aac8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
with:
path: deps
key: windows-deps
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build dependencies
if: steps.deps_cache.outputs.cache-hit != 'true'
env:
Expand Down Expand Up @@ -160,6 +164,12 @@ jobs:
with:
path: deps
key: android-deps
- uses: actions-rs/toolchain@v1
if: steps.deps_cache.outputs.cache-hit != 'true'
with:
toolchain: stable
target: aarch64-linux-android
override: true
- name: Build dependencies
if: steps.deps_cache.outputs.cache-hit != 'true'
env:
Expand Down

0 comments on commit af5aac8

Please sign in to comment.