install native dependencies
All checks were successful
Dotnet build and test / build (pull_request) Successful in 11m31s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 11m31s
This commit is contained in:
parent
2cd24dd383
commit
48ffe835df
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,12 @@ jobs:
|
|||
run: |
|
||||
echo "🏗️ Building the solution..."
|
||||
cd /src/_src && dotnet build --verbosity normal
|
||||
- name: Install SkiaSharp native dependencies
|
||||
run: |
|
||||
echo "📦 Installing libfontconfig/libfreetype for SkiaSharp (Avalonia.Headless)..."
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
libfontconfig1 libfreetype6 libexpat1 zlib1g libbz2-1.0 libpng16-16 libbrotli1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
- name: Test
|
||||
run: |
|
||||
echo "🚀 Lancement des tests..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue