Unverified Commit 496703f8 authored by Alexander Maryanovsky's avatar Alexander Maryanovsky Committed by GitHub

Use clang instead of clang-11 in linux-arm CI (#1106)

parent 67e0c0b8
...@@ -234,10 +234,8 @@ jobs: ...@@ -234,10 +234,8 @@ jobs:
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install libglu1-mesa-dev libxrandr-dev libdbus-1-dev -y sudo apt-get install libglu1-mesa-dev libxrandr-dev libdbus-1-dev -y
sudo apt-get install clang-11 -y sudo apt-get install clang -y
sudo apt-get remove g++ -y sudo apt-get remove g++ -y
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-11 100
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-11 100
sudo Xvfb :0 -screen 0 1280x720x24 +extension GLX & sudo Xvfb :0 -screen 0 1280x720x24 +extension GLX &
- shell: bash - shell: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment