fix nested quotes in export

This commit is contained in:
Delyan Angelov 2025-08-07 11:25:32 +03:00
parent dcc22f3171
commit 8b17598d2e
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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