Skip to content

Commit

Permalink
[workflow] Fix abi checker in llvm-tests. Same fix as in 99fb0af (llv…
Browse files Browse the repository at this point in the history
  • Loading branch information
tru committed Oct 2, 2023
1 parent f6cf58e commit 03f797b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/llvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,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
Expand Down

0 comments on commit 03f797b

Please sign in to comment.