Add cross platform builds

This commit is contained in:
Andras Schmelczer 2025-08-28 21:52:43 +01:00
parent aada6a3b87
commit 88c9364448
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 102 additions and 13 deletions

View file

@ -23,6 +23,11 @@ jobs:
node-version: "22.x"
check-latest: true
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.89.0"
- name: Setup rust
run: |
cargo install sqlx-cli