chore: update the file

This commit is contained in:
x-tools-author 2025-04-26 16:47:59 +08:00
parent 99aa6e926e
commit c4b3c2a1cc

View File

@ -17,5 +17,6 @@ jobs:
git fetch --tags
docker pull ${{ env.DOCKER_IMAGE }}
for /f "usebackq tokens=*" %%i in (`cd`) do set WORKSPACE=%%i
docker run --rm -v /%WORKSPACE%:/workspace ${{ env.DOCKER_IMAGE }} cmd /c "\
set WORKSPACE_UNIX=/%%WORKSPACE:\=/%
docker run --rm -v %WORKSPACE_UNIX%:/workspace ${{ env.DOCKER_IMAGE }} cmd /c "\
cd /workspace && scripts/ci-build-windows-mingw.bat"