Commit043cc9c7Recorded26 Apr 2026Repositorysigil-web

Bump CI pin to sigil v0.14.3

Message

v0.14.3 includes the auto-compile fix (.sigil/deps/<dep>/src walking) that this repo's tests need to pass on a fresh CI container. Previously CI was red because tests import (sigil sxml) from source and v0.14.0 couldn't resolve that without the fix.

Changed
 .woodpecker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
.woodpecker.ymlmodified
@@ -22,7 +22,7 @@ steps:
22
image: *alpine_image
23
commands:
24
- apk add --no-cache curl ca-certificates git
25
- curl -fLo ./sigil https://codeberg.org/sigil/sigil/releases/download/v0.14.0/sigil-linux-amd64-static
+25
- curl -fLo ./sigil https://codeberg.org/sigil/sigil/releases/download/v0.14.3/sigil-linux-amd64-static
26
- chmod +x ./sigil
27
- ./sigil --version
28
- ./sigil deps install