Skip to content

build termux

build termux #6

Workflow file for this run

name: Build for Termux
on:
push:
branches:
- main
- build-termux
jobs:
build:
runs-on: ubuntu-latest # Or another suitable runner
container: termux/termux-docker:latest # Use the termux-docker image
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
with:
ref: ${{ inputs.ref }}
fetch-depth: 0
- name: Build with Cargo for Termux
run: |
pkg install -y build-essential cargo
echo "123"
cargo build --release