Skip to content

Commit bb89822

Browse files
committed
[windows] fix git ci 2.
1 parent e0e3a41 commit bb89822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/cicd/templates/build-Windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
value: 'Release'
3030
steps:
3131
- script: echo "$(WindowsRTCSDK)" && ls
32-
- powershell: cd ${{ parameters.workingDirectory }} && installThirdParty.bat
32+
- script: cd ${{ parameters.workingDirectory }} && installThirdParty.bat
3333
- script: cd ${{ parameters.workingDirectory }} && ls && python ci.py
3434
env:
3535
AGORA_APP_ID: $(agora.appId)

0 commit comments

Comments
 (0)