Skip to content

Commit cbcf779

Browse files
committed
use llvm-18.1.8 in ci
1 parent a086ba8 commit cbcf779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wamr_lldb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
- name: download llvm
102102
if: steps.lldb_build_cache.outputs.cache-hit != 'true'
103103
run: |
104-
wget https://github.com/llvm/llvm-project/archive/1f27fe6128769f00197925c3b8f6abb9d0e5cd2e.zip
105-
unzip -q 1f27fe6128769f00197925c3b8f6abb9d0e5cd2e.zip
106-
mv llvm-project-1f27fe6128769f00197925c3b8f6abb9d0e5cd2e llvm-project
104+
wget -O llvm-project.tar.xz --progress=dot:giga https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-project-18.1.8.src.tar.xz
105+
tar -xzf llvm-project.tar.xz
106+
mv llvm-project-18.1.8.src llvm-project
107107
working-directory: core/deps/
108108

109109
- name: apply wamr patch

0 commit comments

Comments
 (0)