Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 9, 2024
1 parent 5979cd1 commit 2debdfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fix permissions
run: sudo chown -R $USER:$USER /home/runner/work/android-linux-bootstrap
run: sudo chown -R $USER:$USER /home/runner/work/alpine-linux-bootstrap
- name: Checkout the code
uses: actions/checkout@v3
with:
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
mkdir -p ~/Android
ln -s ${ANDROID_HOME} ~/Android/Sdk
sudo chown -R $USER:$USER /home/runner/work/android-linux-bootstrap
sudo chown -R $USER:$USER /home/runner/work/alpine-linux-bootstrap
./generate-bootstraps.sh
working-directory: ./scripts
- name: Create github release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# android-linux-bootstrap
# alpine-linux-bootstrap

Minimal (<3MB) alpine-linux bootstrap archive for Android API 16+. Used in feelfreelinux/octo4a.

Expand Down

0 comments on commit 2debdfc

Please sign in to comment.