Skip to content

Commit

Permalink
Update install_emake_deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fundies committed May 1, 2021
1 parent 20cae5c commit 0a982a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/install_emake_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$TRAVIS_OS_NAME" != "osx" ]; then

if [ "$COMPILER" != "Android" ]; then
echo -e "Package: *\nPin: release a=*-proposed\nPin-Priority: 400" | sudo tee /etc/apt/preferences.d/proposed >/dev/null; sudo add-apt-repository -y -u 'deb http://archive.ubuntu.com/ubuntu focal-proposed main universe multiverse'
sudo apt-get -y install clang
sudo apt-get -t focal-proposed -y install clang lldb lld libc++abi-dev libc++-dev
clang++ --version
fi
fi
Expand Down

0 comments on commit 0a982a0

Please sign in to comment.