Skip to content

Commit c5f5c79

Browse files
committed
justfile: force bash for recipes (fixes source: not found on Linux CI)
1 parent 68ffa6b commit c5f5c79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ImGui Bundle development utilities
22

3+
# Use bash for all recipes (default on Linux is dash via /bin/sh, which lacks `source`).
4+
set shell := ["bash", "-cu"]
5+
36
_pycmd := "PYTHONPATH=external/bindings_generation python -c"
47

58
# List all the targets in the justfile

0 commit comments

Comments
 (0)