nandi/gleanpublic Fork 0
274f3ac
Commits
Clone
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ci: fix ci jobUnverified

Julien Robert committed 2026-07-02T20:48:58+02:00 Browse files
274f3ac parent: e4df89f
modified .tangled/workflows/ci.yml +1 -1
@@ -23,7 +23,7 @@ dependencies:
2323
2424 steps:
2525 - name: "Install dependencies"
26- command: "bun install"
26+ command: "cd web && bun install"
2727
2828 - name: "Build glean"
2929 command: "make build"
@@ -23,7 +23,7 @@ dependencies:
23 23
24 steps:24 steps:
25 - name: "Install dependencies"25 - name: "Install dependencies"
26- command: "bun install"26+ command: "cd web && bun install"
27 27
28 - name: "Build glean"28 - name: "Build glean"
29 command: "make build"29 command: "make build"