Skip to content

Commit

Permalink
Merge pull request #1007 from cjee21/linux
Browse files Browse the repository at this point in the history
Fix CI and update README for building Linux GUI on Ubuntu 24.04
  • Loading branch information
JeromeMartinez authored Jan 11, 2025
2 parents a66b068 + 395667f commit d757933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MediaInfo_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update -y
sudo apt-get install -y zlib1g-dev libwxgtk3.0-gtk3-dev
sudo apt-get install -y zlib1g-dev libwxgtk3.2-dev
fi
if [ "$RUNNER_OS" == "macOS" ]; then
brew install libtool automake wxmac
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dpkg -i libmediainfo* libzen*
*GUI only dependencies*

```sh
apt-get install libwxgtk3.0-dev
apt-get install libwxgtk3.2-dev
```

#### Fedora
Expand Down

0 comments on commit d757933

Please sign in to comment.