fix: ble error sometimes

This commit is contained in:
x-tools-author 2025-04-24 16:18:24 +08:00
parent da06862111
commit db9de0e998

View File

@ -18,5 +18,6 @@ jobs:
run: |
echo ${{ env.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker pull ghcr.io/x-tools-author/x-tools-ubuntu-20.04:x86_64
docker run --rm -v ${{ github.workspace }}:/workspace ghcr.io/x-tools-author/x-tools-ubuntu-20.04:x86_64 /bin/bash -c "ls /opt/qt/lib -l | grep libicu"
docker run --rm -v ${{ github.workspace }}:/workspace ghcr.io/x-tools-author/x-tools-ubuntu-20.04:x86_64 /bin/bash -c "\
cd /workspace && chmod +x ./scripts/ci-build-ubuntu-20.04.sh && ./scripts/ci-build-ubuntu-20.04.sh"