Fix check on Windows & add CI

This commit is contained in:
oech3
2026-05-14 15:21:11 +09:00
committed by Guillem L. Jara
parent 5724be7769
commit 8e46adbb53
4 changed files with 11 additions and 3 deletions
@@ -27,6 +27,15 @@ jobs:
- name: check
run: cargo check --target wasm32-wasip1
windows:
name: check windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: check
run: cargo check
# some unix specific crates might reject windows while it supports this...
cygwin:
name: check cygwin
runs-on: windows-latest