Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent 7a5a21e commit f3c65e0
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 @@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
include:
- {qt: "5.15", nosetests: 1}
- {qt: "5.14", nosetests: 1}
steps:
- uses: actions/checkout@v2
- name: Install Qt
Expand All @@ -132,7 +132,7 @@ jobs:
version: "${{ matrix.qt }}.*"
archives: "qtbase qtdeclarative"
tools: ""
arch: win32_mingw81
arch: win32_mingw73
cache: true

# Server
Expand Down

0 comments on commit f3c65e0

Please sign in to comment.