mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
v.1.8.0+zip.3 Hopefully fix build scripts this time
This commit is contained in:
parent
d2ebb54caf
commit
b6f5731bf1
1 changed files with 7 additions and 1 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -12,9 +12,15 @@ jobs:
|
|||
container:
|
||||
image: archlinux/base
|
||||
steps:
|
||||
- name: Update packages
|
||||
run: |
|
||||
pacman -Syyu --noconfirm
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman -Sy --noconfirm base git tar which python python-pipenv zip libffi
|
||||
pacman -S --noconfirm base git tar which zip libffi
|
||||
- name: Install python
|
||||
run: |
|
||||
pacman -S --noconfirm python python-pipenv
|
||||
- name: Install fontforge
|
||||
run: pacman -S --noconfirm fontforge
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue