We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cf58e commit 03f797bCopy full SHA for 03f797b
.github/workflows/llvm-tests.yml
@@ -168,14 +168,17 @@ jobs:
168
uses: actions/download-artifact@v3
169
with:
170
name: build-baseline
171
+ path: build-baseline
172
- name: Download latest
173
174
175
name: build-latest
176
+ path: build-latest
177
- name: Download symbol list
178
179
180
name: symbol-list
181
+ path: symbol-list
182
183
- name: Install abi-compliance-checker
184
run: sudo apt-get install abi-compliance-checker
0 commit comments