From d5bbbe61710461e297874279ea5e3d381c16cff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 6 Oct 2022 12:28:20 +0200 Subject: [PATCH] just: Use bash explicitly --- Justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Justfile b/Justfile index 93dd82a..05140c0 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,7 @@ set positional-arguments +set shell := ["/bin/bash", "-c"] + static_target := "x86_64-unknown-linux-musl" check: fmt-check lint test