Skip to content

Commit 1074ebc

Browse files
hjyamauchicompnerd
authored andcommitted
GHA: download the SDK to the proper location
We would previously download the AMD64 SDK to the wrong location and would thus fail to find the necessary content. Cherry pick commit e108a13
1 parent 17e660d commit 1074ebc

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
@@ -2735,7 +2735,7 @@ jobs:
27352735
- uses: actions/download-artifact@v4
27362736
with:
27372737
name: Windows-sdk-amd64
2738-
path: ${{ github.workspace }}/BinaryCache
2738+
path: ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Windows.platform
27392739
- name: Download SDK
27402740
uses: actions/download-artifact@v4
27412741
with:

0 commit comments

Comments
 (0)