From abfabb20ae30a1ca480cd3991a1c59678d6d48e8 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 5 Mar 2026 15:59:22 -0800 Subject: [PATCH] fix: install tsx in ci --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a9503b..476ed12 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,9 @@ jobs: node-version: 20 cache: pnpm - run: pnpm install + - run: npm install -g tsx - name: Run checks - run: pnpm exec tsx ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks + run: ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks - name: Run ACP v1 server tests run: | cargo test -p sandbox-agent-agent-management