chore: update the file

This commit is contained in:
x-tools-author 2025-05-03 11:39:01 +08:00
parent e0a088ceb9
commit 23c897e802

View File

@ -17,6 +17,6 @@ jobs:
git fetch --tags
docker pull ${{ env.DOCKER_IMAGE }}
call ${{ env.DOCKER_IMAGE }}\scripts\win-path-to-linux-path.bat
echo %%WORKSPACE_UNIX%%
echo %WORKSPACE_UNIX%
docker run --rm -v %WORKSPACE_UNIX%:/workspace ${{ env.DOCKER_IMAGE }} cmd /c "\
cd /workspace && scripts/ci-build-windows-mingw.bat"