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 7b2584d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Prepare for build
shell: cmd
working-directory: Build
run: build64.bat /t:WriteNonlocalDevelopmentPropertiesFile
run: |
build64.bat /t:WriteNonlocalDevelopmentPropertiesFile
copy ..\DistFiles\Graphite\pl\piglatin.ttf %localappdata%\Microsoft\Windows\Fonts
- name: Build Debug and run tests
id: build_and_test
Expand Down

0 comments on commit 7b2584d

Please sign in to comment.