chore: update the file

This commit is contained in:
x-tools-author 2025-04-25 11:54:26 +08:00
parent efe8af2da6
commit 1a3c11958c

View File

@ -2,9 +2,6 @@ name: build-test
on:
workflow_dispatch: # Enables manually
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
name: Build
@ -12,6 +9,7 @@ jobs:
env:
CR_PAT: ${{ secrets.CR_PAT }}
QT_MODULES: 'qtcharts qtserialbus qtserialport qtwebsockets'
QT_VERSION: 6.8.3
steps:
- name: checkout
uses: actions/checkout@v4
@ -24,7 +22,7 @@ jobs:
host: linux
dir: ${{ github.workspace }}
modules: ${{env.QT_MODULES}}
version: ${{ matrix.version }}
version: ${{ env.QT_VERSION }}
- name: Install Qt(linux_gcc_64)
uses: jurplel/install-qt-action@v4
with:
@ -34,7 +32,7 @@ jobs:
host: linux
dir: ${{ github.workspace }}
modules: ${{env.QT_MODULES}}
version: ${{ matrix.version }}
version: ${{ env.QT_VERSION }}
- name: build docker image
run: |
docker build -t x-tools-ubuntu-20.04-1:x86_64 . -f docker/20.04-android/Dockerfile \