Skip to content

Commit

Permalink
Merge pull request #7 from CIS548/angelapwen/fix-clang-typo
Browse files Browse the repository at this point in the history
Fix typo — clang 10.0 to clang 10
  • Loading branch information
kuang-da authored Sep 3, 2021
2 parents c363c7d + f59602f commit 00f9126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## [Unreleased]
-
-

## 1.0.3 - 2021.09.02
- Fix typo with clang-10 install

## 1.0.2 - 2021.08.29
### Changed
Expand Down
4 changes: 2 additions & 2 deletions vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Vagrant.configure(2) do |config|
sudo apt-get -y upgrade
sudo apt-get install -y virtualbox-guest-utils
sudo apt-get install -y emacs
sudo apt-get install -y clang-10.0
sudo apt-get install -y clang-10
sudo apt-get install -y clang-format-10
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10.0 100
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-10 100
sudo apt-get install -y gdb
sudo apt-get install -y lldb-3.8
sudo apt-get install -y valgrind
Expand Down

0 comments on commit 00f9126

Please sign in to comment.