feat(rust): the Rust server list and one server's page — M14 (module-rust phase 5, Android leg A) #47

Merged
whitlocktech merged 4 commits from feature/rust-p5-android-a into edge 2026-09-17 09:22:02 +00:00
Showing only changes of commit daf483f514 - Show all commits

View File

@@ -45,8 +45,15 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# `packages: ''` is load-bearing, not tidying. The action's own default is
# `tools` -- a package Google has REMOVED from the SDK repository -- so the
# default makes `sdkmanager tools` exit 1 and the step fails before a line
# of this repo is compiled. It is redundant here regardless: the next step
# installs exactly what the build targets.
- name: Set up Android SDK - name: Set up Android SDK
uses: android-actions/setup-android@v3 uses: android-actions/setup-android@v3
with:
packages: ''
# Install exactly what the build targets so it never depends on AGP's # Install exactly what the build targets so it never depends on AGP's
# build-time auto-download. `yes |` accepts any license prompts; `set # build-time auto-download. `yes |` accepts any license prompts; `set