Skip to content

fix: allow unsupported system #104

fix: allow unsupported system

fix: allow unsupported system #104

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Clone source
uses: actions/checkout@v4
...