Skip to content

Commit

Permalink
fix(ci): release workflow - add rust-std component
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Oct 21, 2024
1 parent e0c570b commit fa6bab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "11"
distribution: "adopt"
- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3
- name: Setup Android NDK
run: yes | sdkmanager "ndk;21.4.7075529" >/dev/null

Expand All @@ -27,6 +27,7 @@ jobs:
with:
# Add armv7, aarch64, i686, x86_64 targets
targets: armv7-linux-androideabi, aarch64-linux-android, i686-linux-android, x86_64-linux-android
components: rust-std

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit fa6bab1

Please sign in to comment.