Bumped to latest zona version

This commit is contained in:
Daniel Fichtinger 2025-07-03 02:21:24 -04:00
parent 28c1aa1da6
commit 58d68b4639
4 changed files with 24 additions and 15 deletions

View file

@ -9,7 +9,7 @@ tasks:
- build: |
if [ "$GIT_REF" = "refs/heads/main" ]; then
cd ficd-zona
uv run --with 'git+https://git.sr.ht/~ficd/zona@c875adb18c281a7c28018d82bdf2cf9ac3b2433c' zona build
uv run --with 'git+https://git.sr.ht/~ficd/zona@508fba5266a5b756306fb43a08a14aa2fefd6702' zona build
else
echo "Skipping build: not on main"
fi