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
ca756759ed
commit
a3ab882d8f
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -16,5 +16,5 @@ jobs:
|
||||
run: |
|
||||
git fetch --tags
|
||||
docker pull ${{ env.DOCKER_IMAGE }}
|
||||
docker run --rm -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} cmd /c "\
|
||||
docker run --rm -v %CD%:/workspace ${{ env.DOCKER_IMAGE }} cmd /c "\
|
||||
cd /workspace && scripts/ci-build-windows-mingw.bat"
|
||||
Loading…
Reference in New Issue
Block a user