Skip to content

Commit

Permalink
feat: adding additional tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Mar 20, 2024
1 parent cc7ab5c commit 51bbc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/installMoreTools.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Install the required tools and dependencies
sudo apt-get update && sudo apt-get install lsb-release wget software-properties-common gnupg -y
sudo apt-get update && sudo apt-get install -y lsb-release wget software-properties-common gnupg clang-14 lldb-14 lld-14 clangd-14 man-db

# Install LLVM 14
export LLVM_VERSION=14
Expand Down

0 comments on commit 51bbc28

Please sign in to comment.