Commit 721a365
authored
Rename install-swift-nightly.ps1 to install-swift-nightly-main.ps1 (#200)
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 736dbca commit 721a365Copy full SHA for 721a365
File tree
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Filter options
- .github/workflows
- scripts/windows/swift
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Collapse file
.github/workflows/scripts/windows/swift/install-swift-nightly.ps1 renamed to .github/workflows/scripts/windows/swift/install-swift-nightly-main.ps1
Copy file name to clipboardFile renamed without changes.
Collapse file
.github/workflows/swift_package_test.yml
Copy file name to clipboardExpand all lines: .github/workflows/swift_package_test.yml+1-1Lines changed: 1 addition & 1 deletion
| 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