Skip to content

Commit

Permalink
Get actions/checkout running within /entrypoint.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 16, 2024
1 parent 8585935 commit 85dc498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ronin-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
env:
HOME: /data/data/com.termux/files/home
- uses: actions/checkout@v4
with:
entrypoint: /entrypoint.sh
env:
HOME: /data/data/com.termux/files/home
- name: Run tests
Expand Down

0 comments on commit 85dc498

Please sign in to comment.