mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
99aa6e926e
commit
c4b3c2a1cc
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user