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