We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e23f2a commit 4368af7Copy full SHA for 4368af7
1 file changed
.github/workflows/termux_ci.yml
@@ -20,7 +20,7 @@ on:
20
jobs:
21
termux-build:
22
runs-on: ubuntu-latest
23
- timeout-minutes: 10
+ timeout-minutes: 15
24
steps:
25
- uses: actions/checkout@v5
26
- name: Build and test in Termux
@@ -38,12 +38,12 @@ jobs:
38
cp -r /src ~/vproject; cd ~/vproject
39
touch inside_docker.txt
40
ls -la
41
- git log -n4
42
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
43
export TERMUX_VERSION=0.118.3
44
echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
45
.github/workflows/retry.sh pkg update -y
46
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
+ git log -n4
47
VFLAGS="-cc cc" make
48
./v symlink
49
v run examples/hello_world.v
0 commit comments