Skip to content

Update fcitx5-chewing submodule and prebuilt libchewing #359

Update fcitx5-chewing submodule and prebuilt libchewing

Update fcitx5-chewing submodule and prebuilt libchewing #359

Workflow file for this run

name: Nix
on:
pull_request:
push:
branches: [master]
jobs:
develop:
strategy:
matrix:
# Nix doesn't support Android toolchain on aarch64-darwin yet
# https://github.com/NixOS/nixpkgs/issues/303968
# os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Fetch source code
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: fcitx5-android
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build Debug APK
run: |
nix develop .#noAS --command ./gradlew :app:assembleDebug
nix develop .#noAS --command ./gradlew :assembleDebugPlugins