chore: update the file

This commit is contained in:
x-tools-author 2025-05-03 11:27:39 +08:00
parent f1bbb05d62
commit a2b3b38bd2

View File

@ -16,8 +16,9 @@ jobs:
run: |
git fetch --tags
docker pull ${{ env.DOCKER_IMAGE }}
for /f "usebackq tokens=*" %%i in (`cd`) do set WORKSPACE=%%i
set WORKSPACE_UNIX=/%%WORKSPACE:\=/%
echo %WORKSPACE_UNIX%
for /f "usebackq tokens=*" %i in (`cd`) do set WORKSPACE=%%i
set WORKSPACE_UNIX=/%%WORKSPACE:~0,1%%/%%WORKSPACE:~3%%
set WORKSPACE_UNIX=%%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"