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:
parent
1fe29ac642
commit
47569c1714
Notes:
github-actions[bot]
2025-05-15 16:54:53 +00:00
Author: https://github.com/trflynn89
Commit: 47569c1714
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4754
Reviewed-by: https://github.com/gmta ✅
1 changed files with 2 additions and 4 deletions
6
.github/workflows/js-benchmarks.yml
vendored
6
.github/workflows/js-benchmarks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue