mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
4 lines
107 B
Text
4 lines
107 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
set -euo pipefail
|
||
|
|
# Build the workflow-runner crate
|
||
|
|
exec cargo build -p workflow-runner
|