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 a83fbc5 commit 8c88f98Copy full SHA for 8c88f98
.github/workflows/msbuild.yml
@@ -72,4 +72,4 @@ jobs:
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"
+ - run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe build -v -y -w --project=. "--file=./xmake.lua"
0 commit comments