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