Skip to content

Commit e2e5331

Browse files
committed
Do not use install-distribution-stripped as target
1 parent cad07c4 commit e2e5331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ jobs:
11691169
run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target distribution
11701170

11711171
- name: Install Compiler Distribution
1172-
run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target install-distribution-stripped
1172+
run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target install-distribution
11731173

11741174
- name: Copy cmark-gfm shared libraries
11751175
run: |

0 commit comments

Comments
 (0)