Skip to content

Commit

Permalink
add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Jan 31, 2024
1 parent d8f22f4 commit 1bc99a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ on: [push, pull_request]
jobs:
bionic:
runs-on: ubuntu-latest
container: termux/termux-docker:latest
defaults:
run:
shell: docker run -a stdin -a stdout -a stderr --rm termux/termux-docker:latest bash < {0}
shell: /entrypoint.sh {0}
steps:
- name: setup docker
uses: docker://docker.io/termux/termux-docker:latest
- name: setup
run: |
pkg install -y ninja clang python
Expand Down

0 comments on commit 1bc99a4

Please sign in to comment.