Skip to content

Commit e0fe760

Browse files
committed
test
1 parent 63c87ec commit e0fe760

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@ jobs:
5555
xmake --version
5656
source env.sh
5757
pushd apps
58-
cat > apps.lua << EOF
59-
local packagefile = path.join(path.join(os.scriptdir(), "${{ matrix.app }}"), "xmake.lua")
60-
if os.isfile(packagefile) then
61-
includes(packagefile)
62-
end
63-
EOF
58+
echo includes(path.join(path.join(os.scriptdir(), ${{ matrix.app }} ), "xmake.lua")) > xmake.lua
59+
cat xmake.lua
6460
xmake f -a x86_64 --target_os=linux -vyD
6561
xmake -j$(nproc) -vyD -P .
6662
popd

0 commit comments

Comments
 (0)