first effort
All checks were successful
Continuous Releases / build (push) Successful in 2s

This commit is contained in:
Eau
2026-03-20 00:11:25 -05:00
commit db821b6d8b
4 changed files with 41 additions and 0 deletions

8
setup.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
apt install -y mingw-w64 curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH=$PATH:/root/.cargo/bin
rustup toolchain install stable
rustup target add x86_64-pc-windows-gnu
rustup target add aarch64-apple-darwin
rustup target add x86_64-unknown-linux-gnu