Skip to content

Commit fa95e66

Browse files
committed
test
1 parent e0fe760 commit fa95e66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
xmake --version
5656
source env.sh
5757
pushd apps
58-
echo includes(path.join(path.join(os.scriptdir(), ${{ matrix.app }} ), "xmake.lua")) > xmake.lua
58+
59+
echo "includes(path.join(path.join(os.scriptdir(), \"${{ matrix.app }}\"), \"xmake.lua\"))" > xmake.lua
5960
cat xmake.lua
61+
6062
xmake f -a x86_64 --target_os=linux -vyD
6163
xmake -j$(nproc) -vyD -P .
6264
popd

0 commit comments

Comments
 (0)