Browse Source

Add libxft-devel to Fedora

PucklaMotzer09 4 years ago
parent
commit
88061d06fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/fedora.yml

+ 1 - 0
.github/workflows/fedora.yml

@@ -26,6 +26,7 @@ jobs:
           dnf -y install perl
           dnf -y install libffi-devel
           dnf -y install zlib-devel
+          dnf -y install libxft-dev
       - uses: actions/checkout@v1
       - uses: xmake-io/github-action-setup-xmake@v1
         with: