Skip to content

Commit 260f48a

Browse files
committed
Do not use install-distribution-stripped as target
1 parent 64c350a commit 260f48a

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)