diff --git a/.github/python_matcher.json b/.github/python_matcher.json index 4c9a945caa0ec1ecb542eb6c13f63d4dcb9d101c..6c996756a1fc0fcb79d9db1510bb8eeb699e5307 100644 --- a/.github/python_matcher.json +++ b/.github/python_matcher.json @@ -8,7 +8,7 @@ "file": 1 }, { - "regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((reformatted)\\)$", + "regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((.*)\\)$", "message": 2 }, { diff --git a/deploy.py b/deploy.py index 93dbe7bfa0df2847dce9c95c2cb773cca21c80c3..16276ca3ce7988e72f289167b2171022fcff09ad 100755 --- a/deploy.py +++ b/deploy.py @@ -342,8 +342,8 @@ class OpenSKInstaller: env["RUSTFLAGS"] = " ".join(rust_flags) command = [ - "cargo", "build", - "--release", "--target={}".format(props.arch), + "cargo", + "build", "--release", "--target={}".format(props.arch), "--features={}".format(",".join(self.args.features)) ] if is_example: