mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-07 20:06:23 +00:00
4 lines
73 B
PowerShell
4 lines
73 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
echo "Building for win-x64"
|
|
cargo build --workspace
|