mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32: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 install -y clang libexecinfo libgc libgc-static make git
|
||||
git log -n4
|
||||
export VFLAGS='-cc cc -os termux'
|
||||
export VFLAGS="-cc cc -os termux"
|
||||
make
|
||||
./v symlink
|
||||
v -showcc run examples/hello_world.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue