Skip to content

Commit 9fdce21

Browse files
committed
Update msbuild.yml
1 parent 4ae6fe2 commit 9fdce21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/msbuild.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)