Skip to content

WIP : Rust#24

Draft
henri2h wants to merge 48 commits into
mainfrom
rust
Draft

WIP : Rust#24
henri2h wants to merge 48 commits into
mainfrom
rust

Conversation

@henri2h
Copy link
Copy Markdown
Owner

@henri2h henri2h commented Apr 24, 2026

No description provided.

@henri2h henri2h marked this pull request as draft April 24, 2026 19:17
@github-advanced-security
Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread src/utils/matrix.rs Fixed
Comment thread src/utils/matrix.rs Fixed
Comment thread src/utils/matrix.rs Fixed
Comment thread .github/workflows/main.yml Fixed
Comment thread .github/workflows/main.yml Fixed
Comment thread .github/workflows/main.yml Fixed
henri2h and others added 4 commits May 10, 2026 17:55
…n permissions (#26)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Comment on lines +15 to +58
name: Build (Android)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

# From freya:
- name: Install NDK r26d
run: |
curl -sSfL -o ndk.zip https://dl.google.com/android/repository/android-ndk-r26d-linux.zip
unzip -q ndk.zip -d /home/runner
rm ndk.zip

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-linux-android

- name: Install cargo-ndk
run: cargo install cargo-ndk

- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin

- name: Set up Android SDK
uses: android-actions/setup-android@v3

- name: Install NDK
run: sdkmanager "ndk;27.0.12077973"

- name: Build APK
working-directory: AndroidApp
env:
ANDROID_NDK_HOME: ${{ env.ANDROID_SDK_ROOT }}/ndk/27.0.12077973
run: ./gradlew assembleDebug

- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: app-debug
path: AndroidApp/app/build/outputs/apk/debug/app-debug.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants