We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe760 commit fa95e66Copy full SHA for fa95e66
.github/workflows/build.yml
@@ -55,8 +55,10 @@ jobs:
55
xmake --version
56
source env.sh
57
pushd apps
58
- echo includes(path.join(path.join(os.scriptdir(), ${{ matrix.app }} ), "xmake.lua")) > xmake.lua
+
59
+ echo "includes(path.join(path.join(os.scriptdir(), \"${{ matrix.app }}\"), \"xmake.lua\"))" > xmake.lua
60
cat xmake.lua
61
62
xmake f -a x86_64 --target_os=linux -vyD
63
xmake -j$(nproc) -vyD -P .
64
popd
0 commit comments