Commit b4b6f52
committed
Rename install-swift-nightly.ps1 to install-swift-nightly-main.ps1
This script is only used when Docker is enabled, and the workflow was using the wrong name, leading to build failures.
e.g. https://github.com/swiftlang/swift-build/actions/runs/19923980997/job/57119158460?pr=954
Easiest solution is to rename the file.
For Docker, both "nightly" and "nightly-main" tags exist, so we can just use "nightly-main" which is both more consistent with other platforms and easier to use across the board.1 parent 654658d commit b4b6f52
File tree
2 files changed
+1
-1
lines changed- .github/workflows
- scripts/windows/swift
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments