Skip to content

Commit 6ef6195

Browse files
CrispStrobeclaude
andcommitted
ci(release): re-pin CRISPEMBED_REF v0.11.7 -> v0.11.8 (Windows ocr_render export fix)
v0.11.7's Windows lib didn't export ocr_render_*, breaking the CrispSorter Windows build (LNK2019). v0.11.8 exports them. Re-cut v0.6.0 against v0.11.8. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1641e13 commit 6ef6195

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# tag at time of writing and ships the matching asset names
102102
# (crispembed-{linux-x86_64,macos-arm64}.tar.gz +
103103
# crispembed-windows-x86_64.zip).
104-
CRISPEMBED_REF: v0.11.7
104+
CRISPEMBED_REF: v0.11.8
105105
CRISPASR_REPO: CrispStrobe/CrispASR
106106
# Pin the CrispASR ref to the release tag whose libcrispasr
107107
# bundle we're consuming below. Keeps source-side cargo metadata
@@ -693,7 +693,7 @@ jobs:
693693
# tag at time of writing and ships the matching asset names
694694
# (crispembed-{linux-x86_64,macos-arm64}.tar.gz +
695695
# crispembed-windows-x86_64.zip).
696-
CRISPEMBED_REF: v0.11.7
696+
CRISPEMBED_REF: v0.11.8
697697
CRISPASR_REPO: CrispStrobe/CrispASR
698698
# Pin the CrispASR ref to the release tag whose libcrispasr
699699
# bundle we're consuming below. Keeps source-side cargo metadata
@@ -952,7 +952,7 @@ jobs:
952952
env:
953953
PROTOC: /usr/bin/protoc
954954
CRISPEMBED_REPO: CrispStrobe/CrispEmbed
955-
CRISPEMBED_REF: v0.11.7
955+
CRISPEMBED_REF: v0.11.8
956956
CRISPASR_REPO: CrispStrobe/CrispASR
957957
CRISPASR_REF: v0.6.6
958958
CRISPDOCX_REPO: CrispStrobe/crisp-docx
@@ -1065,7 +1065,7 @@ jobs:
10651065
runs-on: macos-14
10661066
env:
10671067
CRISPEMBED_REPO: CrispStrobe/CrispEmbed
1068-
CRISPEMBED_REF: v0.11.7
1068+
CRISPEMBED_REF: v0.11.8
10691069
CRISPASR_REPO: CrispStrobe/CrispASR
10701070
CRISPASR_REF: v0.6.6
10711071
CRISPDOCX_REPO: CrispStrobe/crisp-docx

0 commit comments

Comments
 (0)