Try to fix binary distributive of wx on linux
This commit is contained in:
@@ -22,6 +22,8 @@ for:
|
||||
- sh: git fetch --prune --unshallow # to fix the version dump issues
|
||||
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y update
|
||||
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3.11-dev libgtk-3-dev python3-pip libwebkit2gtk-4.0-dev
|
||||
# Needed for binary distribution of wx
|
||||
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libnotify4
|
||||
before_build:
|
||||
- sh: mkdir build && cd build
|
||||
- sh: curl -LO https://github.com/AppImage/AppImageKit/releases/download/13/$APPIMAGE_TOOL && chmod +x $APPIMAGE_TOOL
|
||||
|
||||
Reference in New Issue
Block a user