[workflow] Fix abi checker in llvm-tests. Same fix as in 99fb0af80d16b0ff886f032441392219e1cac452 (#67957)

Fixes #67651
This commit is contained in:
Tobias Hieta 2023-10-02 18:14:02 +02:00 committed by GitHub
parent 8f4ffbbaf7
commit acb6e855a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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