Skip to content

Commit 58d20f5

Browse files
committed
CI: enable building GUI components
1 parent c7dbbc6 commit 58d20f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
:: use msys2.cmd from setup-msys2 as Bash shell, as it doesn't have msys2_shell.cmd used normally by build.bat
116116
set "BASH=msys2 -c"
117-
build.bat --no-gui --type ${{ matrix.type }}
117+
build.bat --type ${{ matrix.type }}
118118
119119
- name: Package release
120120
run: |

0 commit comments

Comments
 (0)