mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: ble error sometimes
This commit is contained in:
parent
da06862111
commit
db9de0e998
1
.github/workflows/build-test.yml
vendored
1
.github/workflows/build-test.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user