Skip to content

Commit

Permalink
CI: Add freetype dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed May 2, 2022
1 parent e1b75d0 commit 80f3bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Install GCC Multilib
if: (matrix.platform.os == 'ubuntu-latest') && contains(matrix.platform.target, 'i686')
run: sudo apt-get update && sudo apt-get install gcc-multilib
- name: Install Freetype & FontConfig
if: matrix.platform.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install libfreetype-dev libfontconfig-dev libc++-11-dev libc++abi-11-dev
- name: Install cargo-apk
if: contains(matrix.platform.target, 'android')
run: cargo install cargo-apk
Expand Down

0 comments on commit 80f3bbc

Please sign in to comment.