From d2ebb54cafc9dae9908958b0da39fdaf51de1f9c Mon Sep 17 00:00:00 2001 From: Slavfox Date: Thu, 23 Apr 2020 21:34:34 +0200 Subject: [PATCH] v.1.8.0+zip.2 fix build scripts --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7495fee..c306098 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Install dependencies run: | - pacman -Sy --noconfirm base git tar which python python-pipenv zip + pacman -Sy --noconfirm base git tar which python python-pipenv zip libffi - name: Install fontforge run: pacman -S --noconfirm fontforge - uses: actions/checkout@v2