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
09a67bf6f5
commit
a35deea44f
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: build for linux with docker
|
||||
run: |
|
||||
docker run --rm -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} /bin/bash -c "\
|
||||
modprobe fuse && cd /workspace && chmod +x ./scripts/ci-build-ubuntu-20.04.sh && ./scripts/ci-build-ubuntu-20.04.sh"
|
||||
cd /workspace && chmod +x ./scripts/ci-build-ubuntu-20.04.sh && ./scripts/ci-build-ubuntu-20.04.sh"
|
||||
- name: check output files
|
||||
run: |
|
||||
tree ./bin/Linux/Release/xTools-linux -L 2
|
||||
Loading…
Reference in New Issue
Block a user