Use fixed abxpkg tag in CI

This commit is contained in:
Nick Sweeting 2026-06-21 03:33:20 -07:00
parent 8d9702b423
commit 062e4e12fd
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -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"
;;

View File

@ -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 }}