mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fix nested quotes in export
This commit is contained in:
parent
dcc22f3171
commit
8b17598d2e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/termux_ci.yml
vendored
2
.github/workflows/termux_ci.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
pkg update -y
|
pkg update -y
|
||||||
pkg install -y clang libexecinfo libgc libgc-static make git
|
pkg install -y clang libexecinfo libgc libgc-static make git
|
||||||
git log -n4
|
git log -n4
|
||||||
export VFLAGS='-cc cc -os termux'
|
export VFLAGS="-cc cc -os termux"
|
||||||
make
|
make
|
||||||
./v symlink
|
./v symlink
|
||||||
v -showcc run examples/hello_world.v
|
v -showcc run examples/hello_world.v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue