Skip to content

Commit 4444ae2

Browse files
committed
fix: removed broken LLVM clone step from release workflow
Since the workflow already uses 'actions/checkout@v4' with 'submodules: true', the LLVM submodule is automatically checked out at the pinned commit, making the separate clone step unnecessary and broken. Signed-off-by: 0xf333 <[email protected]>
1 parent 76a60f3 commit 4444ae2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-llvm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ jobs:
9898
run: |
9999
cargo install --locked --force --path crates/llvm-builder
100100
101-
- name: Clone LLVM
102-
run: |
103-
revive-llvm --target-env ${{ matrix.builder-arg }} clone
104-
105101
- name: Build LLVM
106102
if: ${{ matrix.target != 'wasm32-unknown-emscripten' }}
107103
run: |

0 commit comments

Comments
 (0)