Skip to content

Commit 03f797b

Browse files
committed
[workflow] Fix abi checker in llvm-tests. Same fix as in 99fb0af (llvm#67957)
Fixes llvm#67651
1 parent f6cf58e commit 03f797b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/llvm-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,17 @@ jobs:
168168
uses: actions/download-artifact@v3
169169
with:
170170
name: build-baseline
171+
path: build-baseline
171172
- name: Download latest
172173
uses: actions/download-artifact@v3
173174
with:
174175
name: build-latest
176+
path: build-latest
175177
- name: Download symbol list
176178
uses: actions/download-artifact@v3
177179
with:
178180
name: symbol-list
181+
path: symbol-list
179182

180183
- name: Install abi-compliance-checker
181184
run: sudo apt-get install abi-compliance-checker

0 commit comments

Comments
 (0)