diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab32cbd..c1e4c0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + - name: Install Qt + uses: jurplel/install-qt-action@v4 + with: + version: '6.4.1' + - name: Setup MSVC + uses: ilammy/msvc-dev-cmd@v1 - name: Build wheels uses: pypa/cibuildwheel@v2.19.1