File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
.github/workflows/actions/setup Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
- uses : irgaly/setup-mint@v1
18
18
with :
19
19
mint-executable-directory : $HOME/.mint/bin
20
- - uses : dcarbone/install-yq-action@v1.1.1
21
20
22
21
- name : " Xcode Cache"
23
22
if : contains(inputs.os, 'macos')
Original file line number Diff line number Diff line change 4
4
5
5
# Variables
6
6
.DEFAULT_GOAL := install
7
- OPENAPI_PATH := Submodule/github/rest-api-description/descriptions/api.github.com/api.github.com.yaml
8
- FILTERED_NAMES := $(shell yq -r '.tags[].name' $(OPENAPI_PATH ) )
7
+ OPENAPI_PATH := Submodule/github/rest-api-description/descriptions/api.github.com/api.github.com.json
8
+ FILTERED_NAMES := $(shell swift Scripts/PackageTargetsParser.swift $(OPENAPI_PATH ) )
9
9
SOURCE_DIRS := $(addprefix Sources/, $(FILTERED_NAMES ) )
10
10
PACKAGE_PATHS := Package.swift
11
11
# Fix: https://github.com/irgaly/setup-mint/pull/25
You can’t perform that action at this time.
0 commit comments