remove shallow update when initializing llvm submodule

This commit is contained in:
kvp
2025-12-18 12:16:45 -05:00
parent 541a0560e7
commit 92e9b1365d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ runs:
run: |
if [ -z "${{ inputs.version }}" ]; then
# Get the full version from the LLVM submodule.
git submodule update --init --recursive --depth 1
git submodule update --init --recursive
cd llvm
# Try to get the most recent tag (e.g., "llvmorg-18.1.8")
LLVM_TAG=$(git describe --tags --abbrev=0 2>/dev/null)
+1 -1
Submodule llvm updated: 3b5b5c1ec4...f68f64eb81