feat/files-control #52
1 changed files with 6 additions and 0 deletions
commit
48ffe835df
|
|
@ -49,6 +49,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "🏗️ Building the solution..."
|
echo "🏗️ Building the solution..."
|
||||||
cd /src/_src && dotnet build --verbosity normal
|
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
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Lancement des tests..."
|
echo "🚀 Lancement des tests..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue