From 5ed7d93b5aec1470b5cc9b61b0156925416b535b Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Tue, 10 Dec 2024 22:49:44 +0300 Subject: [PATCH] --- .github/release-nest-v3 | 2 +- main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index d8263ee..e440e5c 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file diff --git a/main.sh b/main.sh index 2095a5b..d136b2b 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone ./python3-antlr4 https://github.com/antlr/antlr4 -b "$VERSION" +git clone --depth=1 https://github.com/antlr/antlr4 ./python3-antlr4 -b "$VERSION" cp -rvf ./debian ./python3-antlr4/ cd ./python3-antlr4