Skip to content

Commit bf2dcff

Browse files
committed
try
1 parent 9dccba2 commit bf2dcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/scripts/generate_skills.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ echo "Fetching upstream config from: $RAW_URL"
5252
UPSTREAM_YAML=$(curl -sL --fail "$RAW_URL" || { echo "Error: Could not fetch upstream YAML for v$VERSION"; exit 1; })
5353

5454
# Extract the list of toolsets
55-
UPSTREAM_TOOLSETS=$(echo "$UPSTREAM_YAML" | npx --yes yaml-cli get "toolsets" --keys || echo "")
55+
UPSTREAM_TOOLSETS=$(echo "$UPSTREAM_YAML" | awk '/^toolsets:/{flag=1; next} flag && /^ [a-zA-Z0-9_-]+:/{print $1}' | sed 's/://g')
5656

5757
# Compare upstream toolsets against our supported list
5858
MISSING_TOOLSETS=false

0 commit comments

Comments
 (0)