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 cdc1ffc commit 7617e48Copy full SHA for 7617e48
.github/workflows/swift-toolchain.yml
@@ -2627,7 +2627,6 @@ jobs:
2627
with:
2628
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.static && 'static' || 'shared' }}-experimental-sdk
2629
path: ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/${{ matrix.os }}.platform
2630
- ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/${{ matrix.os }}.platform/Developer/SDKs/${{ matrix.os }}Experimental.sdk/usr
2631
2632
- name: Upload PDBs to Azure
2633
if: matrix.os == 'Windows' && inputs.debug_info
0 commit comments