Skip to content

Commit

Permalink
Update terminus-frontend-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed May 21, 2024
1 parent 448f2f7 commit c5ccc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terminus-frontend-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: download fonttools files
run: cd ../fonttools; curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip; sudo unzip fonttools.zip
run: cd ../; curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip; sudo unzip fonttools.zip
- name: Install fonttools
run: pip3 install fonttools brotli
- name: Python Icon
Expand Down

0 comments on commit c5ccc80

Please sign in to comment.