chore: update the file

This commit is contained in:
x-tools-author 2025-04-24 16:36:30 +08:00
parent 97b1167a6f
commit adfdaa669d

View File

@ -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 "\