mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: define TERMUX_VERSION in .github/workflows/termux_ci.yml instead of using -os termux
, to make the emulation closer to a real Termux installation
This commit is contained in:
parent
4f8a3dafb3
commit
6b35b1c09a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/termux_ci.yml
vendored
5
.github/workflows/termux_ci.yml
vendored
|
@ -41,7 +41,10 @@ jobs:
|
|||
.github/workflows/retry.sh pkg update -y
|
||||
.github/workflows/retry.sh pkg install -y clang libexecinfo libgc libgc-static make git
|
||||
git log -n4
|
||||
VFLAGS="-cc cc -os termux" make
|
||||
echo "previous TERMUX_VERSION: $TERMUX_VERSION"
|
||||
export TERMUX_VERSION=0.118.3
|
||||
echo "explicit TERMUX_VERSION: $TERMUX_VERSION"
|
||||
VFLAGS="-cc cc" make
|
||||
./v symlink
|
||||
v run examples/hello_world.v
|
||||
v run examples/primes.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue