Skip to content

Commit

Permalink
Fix Linux OneBranch Builds (microsoft#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Mar 15, 2022
1 parent 33cc32a commit 963721e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare-machine.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ if ($IsLinux) {
sudo apt-get install -y cmake
sudo apt-get install -y build-essential
sudo apt-get install -y liblttng-ust-dev
sudo apt-get install -y libssl-dev
# only used for the codecheck CI run:
sudo apt-get install -y cppcheck clang-tidy
# used for packaging
Expand Down

0 comments on commit 963721e

Please sign in to comment.