mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 06:48:03 +00:00
remove shallow update when initializing llvm submodule
This commit is contained in:
@@ -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
Reference in New Issue
Block a user