Skip to content

Fix build.

Fix build. #2

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: [linux]
steps:
- uses: actions/checkout@v3
- name: Build
run: .\build.ps1
shell: pwsh
- uses: actions/upload-artifact@v4
with:
name: library
path: output