diff --git a/Taskfile.yml b/Taskfile.yml index 9e6d7b5..3961f4c 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -18,4 +18,4 @@ tasks: desc: Build the addon platforms: [windows] cmds: - - '{{.SHELL}} -Command "scons"' + - '{{.SHELL}} -Command "pdm run scons"'