mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
v.1.8.0+zip.2 fix build scripts
This commit is contained in:
parent
ceef5e8282
commit
d2ebb54caf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue