Skip to content

Commit 59cda2b

Browse files
committed
feat(agents-setup): Install libclang (needed in the Jules env)
1 parent 4b23824 commit 59cda2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/codex-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AGENTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
cd $AGENTS_DIR
55

66
sudo apt-get update
7-
sudo apt-get install -y --no-install-recommends just ruby-full
7+
sudo apt-get install -y --no-install-recommends just ruby-full libclang-dev
88

99
pushd ..
1010
just build-extension

0 commit comments

Comments
 (0)