From fb76540c01117a84a057ac319e622fb753e7e2cc Mon Sep 17 00:00:00 2001 From: Slavfox Date: Sat, 12 Jun 2021 22:18:07 +0200 Subject: [PATCH] v.1.10.1b1 Fix Python path in actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0204bf..87e746f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - name: Build fonts run: | - pipenv install; pipenv run python build.py fonts + pipenv --python /bin/python install; pipenv run python build.py fonts - name: Zip fonts run: | mv build CozetteFonts; cp ./LICENSE CozetteFonts/LICENSE; zip -r CozetteFonts.zip CozetteFonts