We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972bd79 commit 160337aCopy full SHA for 160337a
Makefile
@@ -9,7 +9,7 @@ FILTERED_NAMES := $(shell yq -r '.tags[].name' $(OPENAPI_PATH))
9
SOURCE_DIRS := $(addprefix Sources/, $(FILTERED_NAMES))
10
PACKAGE_PATHS := Package.swift
11
# Fix: https://github.com/irgaly/setup-mint/pull/25
12
-MINT_BIN := $$HOME/mint
+MINT_BIN := $(HOME)/mint
13
14
# Helper
15
.SILENT: commit
0 commit comments