We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b23824 commit 59cda2bCopy full SHA for 59cda2b
.agents/codex-setup
@@ -4,7 +4,7 @@ AGENTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
4
cd $AGENTS_DIR
5
6
sudo apt-get update
7
-sudo apt-get install -y --no-install-recommends just ruby-full
+sudo apt-get install -y --no-install-recommends just ruby-full libclang-dev
8
9
pushd ..
10
just build-extension
0 commit comments