Skip to content

Commit 1f73a4a

Browse files
kendalcompnerd
authored andcommitted
Copy 2nd amd64 SDK instead of refetching
1 parent a0acc3d commit 1f73a4a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,11 +2158,8 @@ jobs:
21582158
name: windows-sdk-amd64
21592159
path: ${{ github.workspace }}/BinaryCache/
21602160

2161-
- name: Download Windows SDK (AMD64)
2162-
uses: actions/download-artifact@v4
2163-
with:
2164-
name: windows-sdk-amd64
2165-
path: ${{ github.workspace }}/BuildRoot/
2161+
- name: Copy Windows SDK (AMD64) to BuildRoot
2162+
run: Copy-Item -Recurse -Force -Path ${{ github.workspace }}/BinaryCache/* -Destination ${{ github.workspace }}/BuildRoot/
21662163

21672164
- name: Update environment variables
21682165
run: |

0 commit comments

Comments
 (0)