Skip to content

Commit

Permalink
chore: update the file of project
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent 34ad15b commit d7216fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
include:
- version: 5.15.2
cmake-prefix-path: 'lib/cmake/Qt5'
modules: 'qtcharts'
- version: 6.5.3
cmake-prefix-path: 'lib/cmake/Qt6'
moudles: 'qtcharts qtserialbus qtserialport qtwebsockets'
steps:
- name: Pull code
uses: actions/checkout@v1
Expand All @@ -36,7 +38,8 @@ jobs:
version: ${{ matrix.version }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
dir: '${{ github.workspace }}'
dir: ${{ github.workspace }}
modules: ${{ matrix['moudles']}}
- name: build-msvc
shell: cmd
run: |
Expand Down

0 comments on commit d7216fc

Please sign in to comment.