Fix pipeline

This commit is contained in:
Slavfox 2020-02-10 22:13:50 +01:00
parent 4eadd7e889
commit f82910e75e

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Sy --noconfirm base git tar python python-pipenv
pacman -Sy --noconfirm base git tar which python python-pipenv
- name: Install fontforge
run: pacman -S --noconfirm fontforge
- uses: actions/checkout@v2
@ -25,3 +25,4 @@ jobs:
with:
artifacts: "build/*"
token: ${{ secrets.GITHUB_TOKEN }}
body: "See [CHANGELOG.md](https://github.com/slavfox/Cozette/blob/master/CHANGELOG.md)"