You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,18 @@ sudo just iso yellowfin base local
39
39
## Working Effectively
40
40
41
41
### Dependencies and Setup
42
-
- Install Just command runner to a temp dir not the root of the repo: `mkdir -p /tmp/just && cd /tmp/just && wget https://github.com/casey/just/releases/download/1.32.0/just-1.32.0-x86_64-unknown-linux-musl.tar.gz -O just.tar.gz && tar xzf just.tar.gz && sudo mv just /usr/local/bin/ && cd - && rm -rf /tmp/just`
42
+
-**Install Just via Homebrew** (recommended for consistency with CI):
**Why Homebrew?** The CI environment uses Homebrew to install just, ensuring version consistency between local development and CI builds. This prevents formatting mismatches that can cause CI failures.
0 commit comments