Skip to content

Commit

Permalink
Fix current working directory permission issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 16, 2024
1 parent d2f745f commit 74430fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ronin-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
env:
HOME: /data/data/com.termux/files/home
- name: Install shunit2
run: /entrypoint.sh git clone --depth 1 https://github.com/kward/shunit2.git
run: /entrypoint.sh /bin/sh -c "git clone --depth 1 https://github.com/kward/shunit2.git /data/data/com.termux/files/home/shunit2"
env:
HOME: /data/data/com.termux/files/home
- uses: actions/checkout@v4
Expand All @@ -96,7 +96,7 @@ jobs:
env:
HOME: /data/data/com.termux/files/home
- name: Run tests
run: /entrypoint.sh ./test/ronin_install_test.sh
run: /entrypoint.sh /bin/sh -c "./test/ronin_install_test.sh"
env:
HOME: /data/data/com.termux/files/home
SHUNIT2: /home/github/shunit2/shunit2
Expand Down

0 comments on commit 74430fb

Please sign in to comment.