File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
6666
6767 - run : deno task cache
6868 - run : xmake lua install.lua
69- - run : deno run -A xmake.ts --mode=test --group=test --executable=C:\hostedtoolcache\windows\xmake\2.9.6\x64/ xmake.exe
70- - run : C:\hostedtoolcache\windows\xmake\2.9.6\x64/ xmake.exe clean -a
71- - run : C:\hostedtoolcache\windows\xmake\2.9.6\x64/ xmake.exe f -y -v --project=. "--file=./xmake.lua"
72- - run : C:\hostedtoolcache\windows\xmake\2.9.6\x64/ xmake.exe build -v -y -w --project=. "--file=./xmake.lua"
69+ - run : deno run -A xmake.ts --mode=test --group=test --executable=xmake.exe
70+ - run : xmake.exe clean -a
71+ - run : xmake.exe f -y -v --project=. "--file=./xmake.lua"
72+ - run : xmake.exe build -v -y -w --project=. "--file=./xmake.lua"
7373 continue-on-error : true
74- - run : C:\hostedtoolcache\windows\xmake\2.9.6\x64/ xmake.exe clean -a
75- - run : C:\hostedtoolcache\windows\xmake\2.9.6\x64/ xmake.exe f -y -v --project=. "--file=./xmake.lua" --mode=test
74+ - run : xmake.exe clean -a
75+ - run : xmake.exe f -y -v --project=. "--file=./xmake.lua" --mode=test
7676 - run : xmake.exe build -v -y -w --project=. "--file=./xmake.lua" --group=test
7777 - run : xmake run --group=test
You can’t perform that action at this time.
0 commit comments