mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Fix pipeline
This commit is contained in:
parent
4eadd7e889
commit
f82910e75e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue