1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

CI: Do not install clang in the JS benchmarks workflow

It's not needed. This is primarily to reduce the number of places needed
to be updated on the next clang rollout.
This commit is contained in:
Timothy Flynn 2025-05-15 10:27:38 -04:00 committed by Jelle Raaijmakers
parent 1fe29ac642
commit 47569c1714
Notes: github-actions[bot] 2025-05-15 16:54:53 +00:00

View file

@ -36,10 +36,8 @@ jobs:
if: ${{ matrix.os_name == 'Linux' }}
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y clang++-20 python3-venv
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-20 100
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-20 100
sudo apt-get update -y
sudo apt-get install -y python3-venv
- name: 'Download JS repl artifact'
id: download-artifact