mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 06:47:28 +00:00
4 lines
73 B
PowerShell
4 lines
73 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
echo "Building for win-x64"
|
|
cargo build --workspace
|