Skip to content

Commit

Permalink
feat: modify ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
weileifrank committed Oct 31, 2024
1 parent ac99c0a commit 24620d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/build/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if %compile_project% EQU false goto FINAL
curl %sdk_url% -o %zip_name%
if %errorlevel% neq 0 (
echo Failed to download the file from %sdk_url%
)else(
) else (
REM python %WORKSPACE%\\artifactory_utils.py --action=download_file --file=%sdk_url%
7z x ./%zip_name% -y
cd Agora_Native_SDK_for_Windows_FULL\samples\API-example
Expand Down

0 comments on commit 24620d8

Please sign in to comment.