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 8f4ffbb commit acb6e85Copy full SHA for acb6e85
.github/workflows/llvm-tests.yml
@@ -170,14 +170,17 @@ jobs:
170
uses: actions/download-artifact@v3
171
with:
172
name: build-baseline
173
+ path: build-baseline
174
- name: Download latest
175
176
177
name: build-latest
178
+ path: build-latest
179
- name: Download symbol list
180
181
182
name: symbol-list
183
+ path: symbol-list
184
185
- name: Install abi-compliance-checker
186
run: sudo apt-get install abi-compliance-checker
0 commit comments