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
97b1167a6f
commit
adfdaa669d
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
docker pull ${{ env.DOCKER_IMAGE }}
|
||||
- name: check environment
|
||||
run: |
|
||||
docker run --rm -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} /bin/bash -c "ls /opt/qt/lib -l | grep libicu"
|
||||
docker run --rm -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} /bin/bash -c "tree /opt/qt/lib && ls /opt/qt/lib -l | grep libicu || true"
|
||||
- name: build for linux with docker
|
||||
run: |
|
||||
docker run --rm -v ${{ github.workspace }}:/workspace ${{ env.DOCKER_IMAGE }} /bin/bash -c "\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user