Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 28, 2024
1 parent c3cd354 commit 045990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/list_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_github_args():
github = json.loads(os.environ.get("GITHUB_CONTEXT", "{}"))
inputs = json.loads(os.environ.get("GITHUB_INPUT", "{}"))

conanfile = inputs.get("conanfile")
conanfile = Path(inputs.get("conanfile"))
version = inputs.get("package_version")

selection_config = root_path / "defaults.yaml"
Expand Down

0 comments on commit 045990d

Please sign in to comment.