mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Build fixes
This commit is contained in:
parent
979398a8d5
commit
ef7d1f0bb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
pacman -S --noconfirm base git tar which zip libffi
|
||||
- name: Install python
|
||||
run: |
|
||||
pacman -S --noconfirm python python-pipenv
|
||||
pacman -S --noconfirm python python-pipenv python-setuptools
|
||||
- name: Install fontforge
|
||||
run: pacman -S --noconfirm fontforge
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue