Skip to content

Commit

Permalink
Update AppImage workflow file
Browse files Browse the repository at this point in the history
Set ubuntu dependencies to the packages that exist on Ubuntu Focal
  • Loading branch information
onli committed Dec 5, 2023
1 parent 77c46b3 commit ec89583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: cpp
compiler: gcc
sudo: require
dist: trusty
dist: focal

install:
- sudo apt-get -y install pkg-config libglib2.0-dev libgconf2-dev libgtk2.0-dev libwnck-dev libwxgtk3.0-dev libxcb1-dev libxcb-ewmh-dev xcb-proto librsvg2-dev
- sudo apt-get -y install pkg-config libglib2.0-dev libgconf2-dev libgtk-3-dev libwnck-3-dev libwxgtk3.0-gtk3-dev libxcb1-dev libxcb-ewmh-dev xcb-proto librsvg2-dev

script:
- make -j$(nproc)
Expand Down

0 comments on commit ec89583

Please sign in to comment.