Skip to content

Commit

Permalink
Merge branch 'v2.1' into mergify/bp/v2.1/pr-3478
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillLykov authored Nov 22, 2024
2 parents 6b0a5d8 + cefd3f1 commit 6d2966a
Show file tree
Hide file tree
Showing 40 changed files with 1,988 additions and 1,043 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/client-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
steps:
- uses: actions/checkout@v4

# This can be removed once cargo-ndk >= 3.5.4 is used.
- name: Setup environment for Android NDK
run: |
echo "RANLIB=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib" >> $GITHUB_ENV
- run: cargo install cargo-ndk@2.12.2

- name: Setup Rust
Expand Down
Loading

0 comments on commit 6d2966a

Please sign in to comment.