File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ OPENAPI_PATH := Submodule/github/rest-api-description/descriptions/api.github.
88FILTERED_NAMES := $(shell yq -r '.tags[].name' $(OPENAPI_PATH ) )
99SOURCE_DIRS := $(addprefix Sources/, $(FILTERED_NAMES ) )
1010PACKAGE_PATHS := Package.swift
11+ # Fix: https://github.com/irgaly/setup-mint/pull/25
12+ MINT_BIN := $HOME/mint
1113
1214# Helper
1315.SILENT : commit
@@ -28,7 +30,7 @@ commit:
2830% /Client.swift % /Types.swift : $(OPENAPI_PATH )
2931 @echo " \n\nFolder $( @D) running"
3032 @$(MAKE ) " $( @D) /openapi-generator-config.yml"
31- mint run apple/swift-openapi-generator generate \
33+ $( MINT_BIN ) run apple/swift-openapi-generator generate \
3234 " $( OPENAPI_PATH) " \
3335 --config " $( @D) /openapi-generator-config.yml" \
3436 --output-directory " $( @D) " ;
You can’t perform that action at this time.
0 commit comments