ci: bump timeout-minutes to 15 in termux_ci.yml

This commit is contained in:
Delyan Angelov 2025-08-21 11:30:52 +03:00
parent 2e23f2a18b
commit 4368af7a9c
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -20,7 +20,7 @@ on:
jobs: jobs:
termux-build: termux-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Build and test in Termux - name: Build and test in Termux
@ -38,12 +38,12 @@ jobs:
cp -r /src ~/vproject; cd ~/vproject cp -r /src ~/vproject; cd ~/vproject
touch inside_docker.txt touch inside_docker.txt
ls -la ls -la
git log -n4
echo "previous TERMUX_VERSION: $TERMUX_VERSION" echo "previous TERMUX_VERSION: $TERMUX_VERSION"
export TERMUX_VERSION=0.118.3 export TERMUX_VERSION=0.118.3
echo "explicit TERMUX_VERSION: $TERMUX_VERSION" echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
.github/workflows/retry.sh pkg update -y .github/workflows/retry.sh pkg update -y
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git .github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
git log -n4
VFLAGS="-cc cc" make VFLAGS="-cc cc" make
./v symlink ./v symlink
v run examples/hello_world.v v run examples/hello_world.v