Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 23, 2024
1 parent 60f852c commit 86b04fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
submodules: true
- name: Install Depends
run: ./install.sh

- name: Build External Minitar
run: |
cd android-linux-bootstrap/external/minitar
./build.sh
- name: Build External Proot
run: |
cd android-linux-bootstrap/external/proot
./build.sh
- name: Build Alpine
run: |
cd android-linux-bootstrap/scripts
Expand Down

0 comments on commit 86b04fc

Please sign in to comment.