Skip to content

Commit

Permalink
Bump ArkAnalyzer (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen authored Feb 27, 2025
1 parent fb0614d commit de7680d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ jobs:

- name: Set up ArkAnalyzer
run: |
REPO_URL="https://gitee.com/Lipenx/arkanalyzer.git"
REPO_URL="https://gitcode.com/Lipen/arkanalyzer.git"
DEST_DIR="arkanalyzer"
MAX_RETRIES=10
RETRY_DELAY=3 # Delay between retries in seconds
BRANCH="neo/2024-12-04"
BRANCH="neo/2025-02-24"
for ((i=1; i<=MAX_RETRIES; i++)); do
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break
Expand Down

0 comments on commit de7680d

Please sign in to comment.