Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/swift-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ jobs:
run: cmake --build ${{ github.workspace }}/BinaryCache/1 --target distribution

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

- name: Copy cmark-gfm shared libraries
run: |
Expand Down