diff --git a/justfile b/justfile index 95dfe1b2e..8ff71c969 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,8 @@ # Using Just: https://github.com/casey/just?tab=readme-ov-file#installation +set windows-shell := ["C:\\Program Files\\Git\\bin\\sh.exe","-c"] + set quiet # List all of the available commands.