Skip to content

Commit

Permalink
Bump AA to 2024-12-04
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Dec 26, 2024
1 parent 7b1d07c commit b0edb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
DEST_DIR="arkanalyzer"
MAX_RETRIES=10
RETRY_DELAY=3 # Delay between retries in seconds
BRANCH="neo/2024-08-07"
BRANCH="neo/2024-12-04"
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 b0edb2b

Please sign in to comment.