ci: update llvmobjdump package as part of fix sync (#48029)

ci: update llvmobjdump package as part of fix sync (#47858)
This commit is contained in:
Calvin
2025-08-10 22:08:14 -06:00
committed by GitHub
parent bc56c6987f
commit fffe214702
3 changed files with 3 additions and 107 deletions

View File

@@ -19,11 +19,13 @@ inputs:
runs:
using: "composite"
steps:
- name: Fix clang
- name: Fix llvm toolchain
shell: bash
run : |
rm -rf src/third_party/llvm-build
python3 src/tools/clang/scripts/update.py
# Refs https://chromium-review.googlesource.com/c/chromium/src/+/6667681
python3 src/tools/clang/scripts/update.py --package objdump
- name: Fix esbuild
uses: ./src/electron/.github/actions/cipd-install
with: