Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Nov 2, 2023
1 parent a4a80af commit 6de830f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ case "$OSTYPE" in
linux*)
ubuntu_codename=$(lsb_release --codename --short)
llvm_version=16
sudo apt-key add mk/llvm-snapshot.gpg.key
sudo apt-key add llvm-snapshot.gpg.key
sudo add-apt-repository "deb http://apt.llvm.org/$ubuntu_codename/ llvm-toolchain-$ubuntu_codename-$llvm_version main"
sudo apt-get update
# We need to use `llvm-nm` in `mk/check-symbol-prefixes.sh`.
Expand Down

0 comments on commit 6de830f

Please sign in to comment.