Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 48s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-10 22:49:44 +03:00
parent a55543f1c5
commit 5ed7d93b5a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2
3

View File

@ -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