Skip to content

Commit 5ac3d22

Browse files
ci: potential fix
1 parent 13ba126 commit 5ac3d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-jtd-codegen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Download and unpack jtd-codegen
4-
jtd_codegen_archive_url=$(curl https://api.github.com/repos/jsontypedef/json-typedef-codegen/releases | jq -r '.[0].assets.[] | select(.name | test("linux-gnu"))' | jq -r '.browser_download_url')
4+
jtd_codegen_archive_url=$(curl https://api.github.com/repos/jsontypedef/json-typedef-codegen/releases | jq '.[0].assets' | jq '.[] | select(.name | test("linux-gnu"))' | jq -r '.browser_download_url')
55
wget $jtd_codegen_archive_url -O jtd-codegen.zip
66
unzip jtd-codegen.zip
77

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy