CI: Only copy gioopenssl for MSVC

This commit is contained in:
Jonas Kvinge 2024-11-14 18:28:15 +01:00
parent 24ed5413b2
commit 19e6ebe9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@ jobs:
- name: Copy GIO modules - name: Copy GIO modules
shell: cmd shell: cmd
working-directory: build working-directory: build
run: copy ${{env.prefix_path_backslash}}\lib\gio\modules\*.dll .\gio-modules\ run: copy ${{env.prefix_path_backslash}}\lib\gio\modules\gioopenssl.dll .\gio-modules\
- name: Copy Qt platform plugins - name: Copy Qt platform plugins
shell: cmd shell: cmd