Skip to content

Commit 4dafb98

Browse files
committed
Linux: use static build of wxWidgets for GUI in Github workflow
1 parent bbe2e2d commit 4dafb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Build VeraCrypt .deb packages
9090
run: |
9191
chmod +x src/Build/build_cmake_deb.sh
92-
src/Build/build_cmake_deb.sh INDICATOR
92+
src/Build/build_cmake_deb.sh WXSTATIC INDICATOR
9393
9494
- name: Upload GUI .deb packages
9595
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)