We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0614d commit de7680dCopy full SHA for de7680d
.github/workflows/ci.yml
@@ -123,11 +123,11 @@ jobs:
123
124
- name: Set up ArkAnalyzer
125
run: |
126
- REPO_URL="https://gitee.com/Lipenx/arkanalyzer.git"
+ REPO_URL="https://gitcode.com/Lipen/arkanalyzer.git"
127
DEST_DIR="arkanalyzer"
128
MAX_RETRIES=10
129
RETRY_DELAY=3 # Delay between retries in seconds
130
- BRANCH="neo/2024-12-04"
+ BRANCH="neo/2025-02-24"
131
132
for ((i=1; i<=MAX_RETRIES; i++)); do
133
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break
0 commit comments