Skip to content

Commit

Permalink
Use ppa to update libfmt from 4.x (ubuntu 18.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed May 15, 2021
1 parent d34528f commit 91fe42e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/stable-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install ppa for new libfmt
if: matrix.image == 'ubuntu:18.04'
run: |
echo "deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main" | tee -a /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv 0x189701DA570C56B9488EF60A6D975C4791E7EE5E
- name: Install dependencies
run: |
export DEBIAN_FRONTEND="noninteractive"
Expand All @@ -41,7 +47,7 @@ jobs:
libicu-dev libexpat1-dev libsdl2-dev libpng-dev libpixman-1-dev \
libfmt-dev libfreetype6-dev libharfbuzz-dev libmpg123-dev \
libsndfile-dev libvorbis-dev libopusfile-dev libspeexdsp-dev \
libdrm-dev libgbm-dev # only needed for 21.04
libdrm-dev libgbm-dev # only needed for sdl2 on ubuntu 21.04
- name: Compile
run: |
Expand Down

0 comments on commit 91fe42e

Please sign in to comment.