Use script for installing Linux depends

This commit is contained in:
Scott Talbert
2024-11-11 20:41:16 -05:00
parent 044d62d27b
commit 521daf70dd
2 changed files with 76 additions and 18 deletions

View File

@@ -104,24 +104,7 @@ jobs:
- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
freeglut3-dev \
libcurl4-openssl-dev \
libexpat1-dev \
libgl1-mesa-dev \
libglu1-mesa-dev \
libgtk-3-dev \
libjpeg-dev \
libnotify-dev \
libsdl2-dev \
libsm-dev \
libtiff-dev \
libwebkit2gtk-4.0-dev \
libxtst-dev \
libunwind-dev \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev
./buildtools/install_depends.sh
- name: Build the wxPython wheel
env: