File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0 # Full history for proper release notes
2828
29- - name : Set up Python 3.10
30- uses : actions/setup-python@v5
31- with :
32- python-version : " 3.10"
33-
34- - name : Install system dependencies
35- run : |
36- sudo apt-get update
37- sudo apt-get install ttfautohint libcairo2-dev python3-cairo-dev pkg-config python3-dev
38-
39- - name : Install Python dependencies
40- run : |
41- python3 -m pip install --upgrade pip setuptools
42- python3 -m pip install gftools fontbakery
43-
4429 - name : Extract version from tag or input
4530 id : version
4631 run : |
@@ -143,4 +128,4 @@ jobs:
143128 echo "- $filename ($hr_size)" >> $GITHUB_STEP_SUMMARY
144129 done
145130 echo "" >> $GITHUB_STEP_SUMMARY
146- echo "🔗 **[View Draft Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.version.outputs.tag }})**" >> $GITHUB_STEP_SUMMARY
131+ echo "🔗 **[View Draft Release](https://github.com/${{ github.repository }}/releases/tag/${{ steps.version.outputs.tag }})**" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments