From 062e4e12fd037357dd94b2c5ce87fcde51f94516 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 21 Jun 2026 03:33:20 -0700 Subject: [PATCH] Use fixed abxpkg tag in CI --- .github/scripts/clone_abx_repo.sh | 3 +++ .github/workflows/test-parallel.yml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scripts/clone_abx_repo.sh b/.github/scripts/clone_abx_repo.sh index 1a5e788e..2ca24c67 100755 --- a/.github/scripts/clone_abx_repo.sh +++ b/.github/scripts/clone_abx_repo.sh @@ -5,6 +5,9 @@ repo_name="$1" target_dir="${2:-$repo_name}" case "$repo_name" in + abxpkg) + version="1.11.229" + ;; abx-plugins) version="1.11.232" ;; diff --git a/.github/workflows/test-parallel.yml b/.github/workflows/test-parallel.yml index 4d8ce9fb..0af050d7 100644 --- a/.github/workflows/test-parallel.yml +++ b/.github/workflows/test-parallel.yml @@ -374,7 +374,6 @@ jobs: - name: Run plugin tests - ${{ matrix.plugin.name }} env: - ABXPKG_NO_CACHE: "true" ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} TWOCAPTCHA_API_KEY: ${{ secrets.TWOCAPTCHA_API_KEY }} API_KEY_2CAPTCHA: ${{ secrets.TWOCAPTCHA_API_KEY }}