Skip to content

Commit

Permalink
ci: debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Aug 22, 2023
1 parent eed8e22 commit 3428647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
working-directory: harfbuzz
- run: meson compile -C build
working-directory: harfbuzz
- uses: actions/upload-artifact@v3
with:
name: windows-freetype
path: harfbuzz/build/subprojects/freetype-*/freetype-6.dll
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 3428647

Please sign in to comment.