Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 20, 2023
1 parent 7b1dcb5 commit 184237e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Install Qt5
uses: jurplel/install-qt-action@v3
with:
version: 5.15.14
version: 5.15.2

- run: setx QTDIR "${{ env.Qt5_DIR }}\5.15.14\msvc2019_64"
- run: setx QTDIR "${{ env.Qt5_DIR }}\5.15.2\msvc2019_64"

- run: setx QT_QPA_PLATFORM_PLUGIN_PATH "${{ env.Qt5_DIR }}\plugins\platforms\\"

Expand Down

0 comments on commit 184237e

Please sign in to comment.