mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 10:44:18 +00:00
5 lines
73 B
PowerShell
5 lines
73 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
echo "Building for win-x64"
|
|
cargo build --workspace
|