Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Mar 8, 2024
1 parent 3f18171 commit baabc88
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

# os: [ ubuntu, macos, windows ]
os: [ windows ]
qt: [ "5.15.2", "6.6.2" ]
# qt: [ "5.15.2", "6.6.2" ]
qt: [ "6.6.2" ]

include:
# - os: ubuntu
Expand All @@ -38,11 +39,11 @@ jobs:
build/xca-portable-*.zip
host: windows

- os: windows
qt: "5.15.2"
winarch: win64_mingw81
runs: windows-2019
tools: tools_mingw,qt.tools.win64_mingw810
# - os: windows
# qt: "5.15.2"
# winarch: win64_mingw81
# runs: windows-2019
# tools: tools_mingw,qt.tools.win64_mingw810

# exclude:
- os: windows
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
with:
location: ${{env.MSYS}}
msystem: mingw64
install: openssl-devel
install: mingw-w64-x86_64-openssl

- name: Brew install OpenSSL
if: matrix.os == 'macos'
Expand Down

0 comments on commit baabc88

Please sign in to comment.