Skip to content

Bump SkiaSharp from 2.88.3 to 2.88.6 in /src/EPPlus/EPPlus #936

Bump SkiaSharp from 2.88.3 to 2.88.6 in /src/EPPlus/EPPlus

Bump SkiaSharp from 2.88.3 to 2.88.6 in /src/EPPlus/EPPlus #936

Workflow file for this run

name: .NET Core
on: [push]
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
dotnet-version: '5.0.x'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- uses: actions/checkout@v2
- name: 🔨 Use .NET 7.X SDK
uses: actions/[email protected]
with:
dotnet-version: '7.x'
- name: Install libgdiplus
run: sudo apt-get update && sudo apt-get install -y libgdiplus libc6-dev
# - name: t
# run: sudo ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll
# - name: t1
# run: sudo apt-get update && sudo apt-get install -y fontconfig
- name: Install libjpeg62
run: sudo apt-get install libjpeg62
- name: Restore with dotnet
run: dotnet restore
- name: Build with dotnet
run: dotnet build -c Release --no-restore
- name: Test with dotnet
run: dotnet test src/Magicodes.ExporterAndImporter.Tests
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/[email protected]
with:
dotnet-version: '5.0.x'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- uses: actions/checkout@v2
- name: 🔨 Use .NET 7.X SDK
uses: actions/[email protected]
with:
dotnet-version: '7.x'
- name: Restore with dotnet
run: dotnet restore
- name: Build with dotnet
run: dotnet build -c Release --no-restore
- name: Test with dotnet
run: dotnet test src/Magicodes.ExporterAndImporter.Tests
macOS-latest:
name: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/[email protected]
with:
dotnet-version: '5.0.x'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- uses: actions/checkout@v2
- name: 🔨 Use .NET 7.X SDK
uses: actions/[email protected]
with:
dotnet-version: '7.x'
- name: Restore with dotnet
run: dotnet restore
- name: Build with dotnet
run: dotnet build -c Release --no-restore
- name: Test with dotnet
run: dotnet test src/Magicodes.ExporterAndImporter.Tests