Skip to content

Commit 6c2b11c

Browse files
elrrrrrrrclaude
andcommitted
fix(ci): pin utoo to v1.0.20 to avoid libssl.so.1.1 regression in v1.0.21
utoo v1.0.21 was compiled against OpenSSL 1.1 and fails on Ubuntu 24.04 (libssl.so.1.1 not available). Pin to v1.0.20 which works correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3ab3cc5 commit 6c2b11c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Setup utoo
3131
uses: utooland/setup-utoo@3a51006d0b66afcc32d1b9177a4b200b74f4a8cb # main
32+
with:
33+
utoo-version: '1.0.20'
3234

3335
- name: Set up Node.js
3436
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
@@ -152,6 +154,8 @@ jobs:
152154
153155
- name: Setup utoo
154156
uses: utooland/setup-utoo@3a51006d0b66afcc32d1b9177a4b200b74f4a8cb # main
157+
with:
158+
utoo-version: '1.0.20'
155159

156160
- name: Set up Node.js
157161
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
@@ -196,6 +200,8 @@ jobs:
196200

197201
- name: Setup utoo
198202
uses: utooland/setup-utoo@3a51006d0b66afcc32d1b9177a4b200b74f4a8cb # main
203+
with:
204+
utoo-version: '1.0.20'
199205

200206
- name: Set up Node.js
201207
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
@@ -237,6 +243,8 @@ jobs:
237243

238244
- name: Setup utoo
239245
uses: utooland/setup-utoo@3a51006d0b66afcc32d1b9177a4b200b74f4a8cb # main
246+
with:
247+
utoo-version: '1.0.20'
240248

241249
- name: Set up Node.js
242250
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6

0 commit comments

Comments
 (0)