Skip to content

Commit 7ed7ec8

Browse files
committed
Fix compiler-rt deploy
1 parent 58f9dae commit 7ed7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Download Artifacts
173173
uses: actions/download-artifact@v4
174174
with:
175-
pattern: '{llvm,sysroot}-*'
175+
pattern: '{llvm,sysroot,compiler-rt}-*'
176176
path: artifacts/
177177
merge-multiple: True
178178
- run: |

0 commit comments

Comments
 (0)