Skip to content

Commit

Permalink
Test bootstrapping on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
mu40 authored Aug 25, 2024
1 parent 4c4f344 commit 17e2059
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:
- name: Test bootstrapping
run: sh -x bootstrap

termux:
runs-on: ubuntu-latest
container:
image: termux/termux-docker:latest
steps:
- name: Check-out repository
uses: actions/checkout@v4
- name: Remove Android components
run: sed -i '/termux-wake-lock/d' bootstrap
- name: Test bootstrapping
run: sh -x bootstrap

fedora:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 17e2059

Please sign in to comment.