Skip to content

Commit

Permalink
disable software opengl library on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Jul 12, 2024
1 parent 7a4eb52 commit 66c3b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: contains(matrix.os, 'windows')
run: |
cd build
windeployqt --no-compiler-runtime release
windeployqt --release --no-compiler-runtime --no-opengl-sw release
move release ..\
- name: Packing (macOs)
Expand Down

0 comments on commit 66c3b31

Please sign in to comment.