Skip to content

Simplify 64bit mask #88

Simplify 64bit mask

Simplify 64bit mask #88

Workflow file for this run

name: .NET CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build
run: dotnet build --configuration Release
- name: Install native deps
run: sudo apt-get -y install libvorbisfile3
- name: Test
run: dotnet test