Skip to content

Commit

Permalink
Install piglatin font for the current user to enable graphite tests
Browse files Browse the repository at this point in the history
Change-Id: Ifea2f5a2f4101997c717bc8423c254e031dc3d3d
  • Loading branch information
jasonleenaylor committed Mar 6, 2024
1 parent af93ea9 commit 200a44d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,22 @@ jobs:
2.1.x
3.1.x
5.0.x
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Prepare for build
shell: cmd
working-directory: Build
run: build64.bat /t:WriteNonlocalDevelopmentPropertiesFile

- name: Copy fonts for views tests
shell: cmd
run: |
echo "Starting user font installation."
mkdir %localappdata%\Microsoft\Windows\Fonts
copy DistFiles\Graphite\pl\piglatin.ttf "%localappdata%\Microsoft\Windows\Fonts"
dir "%localappdata%\Microsoft\Windows\Fonts"
echo "User font installation complete."
- name: Build Debug and run tests
id: build_and_test
shell: powershell
Expand Down

0 comments on commit 200a44d

Please sign in to comment.