Skip to content

Fix memory issue with expression constants #177

Fix memory issue with expression constants

Fix memory issue with expression constants #177

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Test dotnet ${{ matrix.dotnet-version }}
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
dotnet-version: ['8.0.x']
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build package
run: dotnet build --configuration 'Release'