We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0944fe commit 567af45Copy full SHA for 567af45
.github/workflows/publish.yml
@@ -21,6 +21,13 @@ jobs:
21
with:
22
distribution: 'temurin'
23
java-version: '17'
24
+ - name: Set up Rust
25
+ uses: actions-rust-lang/setup-rust-toolchain@v1
26
+ run: rustup target add x86_64-linux-android i686-linux-android aarch64-linux-android armv7-linux-androideabi\
27
+ - name: Set up Python
28
+ uses: actions/setup-python@v5
29
+ with:
30
+ python-version: '3.13'
31
- name: Give execution permissions to the gradle wrapper
32
run: chmod +x ./gradlew
33
- name: Build
0 commit comments