Skip to content

Commit c3427b1

Browse files
author
git apple-llvm automerger
committed
Merge commit '03f797b51df6' from llvm.org/release/17.x into stable/20230725
2 parents 0f604cd + 03f797b commit c3427b1

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)