Skip to content

Commit 5f9711b

Browse files
fix(cpp): fix lldb package name
1 parent c0bcb90 commit 5f9711b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
2323
gdb \
2424
git \
2525
golang \
26-
lldb-dap-${LLVM_VERSION} \
26+
lldb-${LLVM_VERSION} \
2727
nasm \
2828
ninja-build \
2929
pipx \

0 commit comments

Comments
 (0)