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 007148b commit 7c9cb8bCopy full SHA for 7c9cb8b
1 file changed
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
xmake --version
51
source env.sh
52
pushd apps
53
+ echo "includes(path.join(path.join(os.scriptdir(), \"player\"), \"xmake.lua\"))" > xmake.lua
54
xmake f -a ${{ matrix.arch }} -vyD
55
xmake -j$(nproc) -vyD
56
xmake smart-rootfs -vD
0 commit comments