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 90f21c3 commit a83fbc5Copy full SHA for a83fbc5
.github/workflows/msbuild.yml
@@ -71,3 +71,5 @@ jobs:
71
72
- run: deno task cache
73
- run: deno run -A xmake.ts --executable=C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe
74
+ - run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe clean && C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe f -y -v --project=. "--file=./xmake.lua"
75
+ - run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe build -v -y -w --project=. "--file=./xmake.lua"
0 commit comments