Skip to content

fix: Update CMP_FORMAT with latest copy from Compressonator to match #7

fix: Update CMP_FORMAT with latest copy from Compressonator to match

fix: Update CMP_FORMAT with latest copy from Compressonator to match #7

Workflow file for this run

name: Build Library
on:
push:
paths-ignore:
- '**/*.md'
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore