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
73418cf1ac
commit
9023490367
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -19,5 +19,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
echo ${{ github.workspace }}
|
echo ${{ github.workspace }}
|
||||||
docker run --rm -v ${{ github.workspace }}:c:\workspace ${{ env.DOCKER_IMAGE }} cmd /c "\
|
docker run --rm -v ${{ github.workspace }}:c:\workspace ${{ env.DOCKER_IMAGE }} cmd /c " ^
|
||||||
cd c:\workspace && scripts\ci-build-windows-mingw.bat"
|
cd c:\workspace && scripts\ci-build-windows-mingw.bat"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user