We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db1ff5 commit 180ca42Copy full SHA for 180ca42
.github/workflows/build-and-test.yml
@@ -64,7 +64,7 @@ jobs:
64
DEST_DIR="arkanalyzer"
65
MAX_RETRIES=10
66
RETRY_DELAY=3 # Delay between retries in seconds
67
- BRANCH="neo/2024-12-04"
+ BRANCH="neo/2025-02-13"
68
69
for ((i=1; i<=MAX_RETRIES; i++)); do
70
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break
0 commit comments