We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1355413 commit bbe0f90Copy full SHA for bbe0f90
1 file changed
.github/workflows/build.yml
@@ -34,14 +34,11 @@ jobs:
34
with:
35
version: 6.5.3
36
target: desktop
37
- arch: win64_msvc2022_64
+ arch: win64_mingw
38
cache: true
39
cache-key-prefix: install-qt-action
40
modules: 'qtimageformats qtwebsockets'
41
42
- - name: Configure MSVC (Windows)
43
- uses: ilammy/msvc-dev-cmd@v1
44
-
45
- name: Install Windows Discord RPC
46
shell: bash
47
run: |
0 commit comments