Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Sep 17, 2023
1 parent 82f2113 commit 628e4e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- name: Build
shell: pwsh
run: |
run: |
$PSVersionTable
"ErrorActionPreference: $ErrorActionPreference"
apt install fontforge
pip install -r requirements.txt
./build.ps1
1 change: 0 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if ($fontPatcherAsset) {
Expand-Archive -Path "$Env:TMP\FontPatcher.zip" -DestinationPath "$Env:TMP\FontPatcher" -Force
Copy-Item ".\JetBrainsMono\fonts\otf\JetBrainsMono-Regular.otf" -Destination "$Env:TMP\FontPatcher\JetBrainsMono-Regular.otf" -Force

conda activate compile

$old_pwd = Get-Location
$old_pwd
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gftools
fonttools[woff]

0 comments on commit 628e4e4

Please sign in to comment.