Add cross platform builds
This commit is contained in:
parent
aada6a3b87
commit
88c9364448
7 changed files with 102 additions and 13 deletions
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue