Skip to content

Commit

Permalink
Try to fix BusyBox issue with actions/checkout@v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mu40 authored Aug 25, 2024
1 parent 17e2059 commit a523e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
image: termux/termux-docker:latest
steps:
- name: Check-out repository
uses: actions/checkout@v4
uses: actions/checkout@v1
- name: Remove Android components
run: sed -i '/termux-wake-lock/d' bootstrap
- name: Test bootstrapping
Expand Down

0 comments on commit a523e87

Please sign in to comment.