Skip to content

Commit af1b8cd

Browse files
committed
Update CI
1 parent e957da7 commit af1b8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
DEST_DIR="arkanalyzer"
6565
MAX_RETRIES=10
6666
RETRY_DELAY=3 # Delay between retries in seconds
67-
BRANCH="neo/2025-04-14"
67+
BRANCH="neo/2025-05-30"
6868
6969
for ((i=1; i<=MAX_RETRIES; i++)); do
7070
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break

0 commit comments

Comments
 (0)