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 0d3f138 commit 5522a3cCopy full SHA for 5522a3c
.github/workflows/ci.yml
@@ -126,8 +126,7 @@ jobs:
126
DEST_DIR="arkanalyzer"
127
MAX_RETRIES=10
128
RETRY_DELAY=3 # Delay between retries in seconds
129
- #BRANCH="neo/2025-05-30b"
130
- BRANCH="lipen/grpc"
+ BRANCH="neo/2025-06-18"
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