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 cad07c4 commit e2e5331Copy full SHA for e2e5331
.github/workflows/swift-toolchain.yml
@@ -1169,7 +1169,7 @@ jobs:
1169
run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target distribution
1170
1171
- name: Install Compiler Distribution
1172
- run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target install-distribution-stripped
+ run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target install-distribution
1173
1174
- name: Copy cmark-gfm shared libraries
1175
run: |
0 commit comments