Skip to content

update wit-bindgen and regenerate bindings #34

update wit-bindgen and regenerate bindings

update wit-bindgen and regenerate bindings #34

Workflow file for this run

name: Build
on:
pull_request:
branches: [ "*" ]
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- run: dotnet build --configuration Release