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 1717 - uses : irgaly/setup-mint@v1
1818 with :
1919 mint-executable-directory : $HOME/.mint/bin
20- - uses : dcarbone/install-yq-action@v1.1.1
2120
2221 - name : " Xcode Cache"
2322 if : contains(inputs.os, 'macos')
Original file line number Diff line number Diff line change 44
55# Variables
66.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 ) )
99SOURCE_DIRS := $(addprefix Sources/, $(FILTERED_NAMES ) )
1010PACKAGE_PATHS := Package.swift
1111# Fix: https://github.com/irgaly/setup-mint/pull/25
You can’t perform that action at this time.
0 commit comments