[workflow] Fix abi checker in llvm-tests. Same fix as in 99fb0af80d16b0ff886f032441392219e1cac452 (#67957)
Fixes #67651
This commit is contained in:
parent
8f4ffbbaf7
commit
acb6e855a8
3
.github/workflows/llvm-tests.yml
vendored
3
.github/workflows/llvm-tests.yml
vendored
@ -170,14 +170,17 @@ jobs:
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build-baseline
|
||||
path: build-baseline
|
||||
- name: Download latest
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build-latest
|
||||
path: build-latest
|
||||
- name: Download symbol list
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: symbol-list
|
||||
path: symbol-list
|
||||
|
||||
- name: Install abi-compliance-checker
|
||||
run: sudo apt-get install abi-compliance-checker
|
||||
|
Loading…
x
Reference in New Issue
Block a user