Skip to content

Commit 4368af7

Browse files
committed
ci: bump timeout-minutes to 15 in termux_ci.yml
1 parent 2e23f2a commit 4368af7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/termux_ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
termux-build:
2222
runs-on: ubuntu-latest
23-
timeout-minutes: 10
23+
timeout-minutes: 15
2424
steps:
2525
- uses: actions/checkout@v5
2626
- name: Build and test in Termux
@@ -38,12 +38,12 @@ jobs:
3838
cp -r /src ~/vproject; cd ~/vproject
3939
touch inside_docker.txt
4040
ls -la
41-
git log -n4
4241
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
4342
export TERMUX_VERSION=0.118.3
4443
echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
4544
.github/workflows/retry.sh pkg update -y
4645
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
46+
git log -n4
4747
VFLAGS="-cc cc" make
4848
./v symlink
4949
v run examples/hello_world.v

0 commit comments

Comments
 (0)