diff --git a/.github/workflows/turborepo-test.yml b/.github/workflows/turborepo-test.yml index 9317e74322e57..646975688f216 100644 --- a/.github/workflows/turborepo-test.yml +++ b/.github/workflows/turborepo-test.yml @@ -147,7 +147,7 @@ jobs: if [ -z "${RUSTC_WRAPPER}" ]; then unset RUSTC_WRAPPER fi - turbo run build --filter=cli --color --env-mode=strict --token=${{ secrets.TURBO_TOKEN }} --team=${{ vars.TURBO_TEAM }} + TURBO_API= turbo run build --filter=cli --color --env-mode=strict --token=${{ secrets.TURBO_TOKEN }} --team=${{ vars.TURBO_TEAM }} shell: bash env: SCCACHE_BUCKET: turborepo-sccache