mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Fix Actions!
This commit is contained in:
parent
01d936683f
commit
ca37963baf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -13,7 +13,8 @@ jobs:
|
|||
image: archlinux/base
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: pacman -S --noconfirm git tar
|
||||
run: |
|
||||
pacman -Sy --noconfirm base git tar
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install fontforge
|
||||
run: pacman -S --noconfirm fontforge
|
||||
|
|
|
|||
Loading…
Reference in a new issue