Skip to content

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /Engine/src/apps/OpenGL #13437

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /Engine/src/apps/OpenGL

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /Engine/src/apps/OpenGL #13437

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.101
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal