Skip to content

Commit 1b9df74

Browse files
committed
Remove jq
1 parent 0164ae3 commit 1b9df74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [Special-Targets](https://www.gnu.org/software/make/manual/html_node/Special-Targets.html)
66
.DEFAULT_GOAL := install
77
OPENAPI_PATH := Submodule/github/rest-api-description/descriptions/api.github.com/api.github.com.json
8-
FILTERED_NAMES = $(shell jq -r '.tags[].name' $(OPENAPI_PATH))
8+
FILTERED_NAMES = $(shell swift Scripts/PackageTargetsParser.swift $(OPENAPI_PATH))
99
SOURCE_DIRS = $(addprefix Sources/, $(FILTERED_NAMES))
1010
PACKAGE_PATHS := Package.swift
1111

mise.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tools]
22
swift = "6"
33
"spm:apple/swift-openapi-generator" = "latest"
4-
jq = "1.8.1"
54

65
[settings]
76
experimental = true

0 commit comments

Comments
 (0)