Skip to content

Commit

Permalink
Linux: use static build of wxWidgets for GUI in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jul 6, 2024
1 parent bbe2e2d commit 4dafb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build VeraCrypt .deb packages
run: |
chmod +x src/Build/build_cmake_deb.sh
src/Build/build_cmake_deb.sh INDICATOR
src/Build/build_cmake_deb.sh WXSTATIC INDICATOR
- name: Upload GUI .deb packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4dafb98

Please sign in to comment.