Skip to content

Commit 62fe30d

Browse files
committed
fix linux
1 parent 4f68c3f commit 62fe30d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@v4
5858

59+
- name: Install SkiaSharp Linux dependencies
60+
if: matrix.os == 'linux'
61+
run: |
62+
sudo apt-get update
63+
sudo apt-get install -y libfontconfig1
64+
5965
- name: Setup .NET
6066
uses: actions/setup-dotnet@v4
6167
with:

0 commit comments

Comments
 (0)