mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
don't release aarch64-pc-windows-msvc
fails with running rustup to ensure you have aarch64-pc-windows-msvc installed info: component 'rust-std' for target 'aarch64-pc-windows-msvc' is up to date building aarch64-pc-windows-msvc target, from x86_64-unknown-linux-gnu host, via cargo-xwin, using cargo profile dist --workspace) ⏬ Downloading MSVC CRT... ✅ Downloaded MSVC CRT in 1m 13s. error: rustc 1.87.0 is not supported by the following packages: sed@0.1.1 requires rustc 1.88 sed@0.1.1 requires rustc 1.88 sed@0.1.1 requires rustc 1.88 sed@0.1.1 requires rustc 1.88 sysinfo@0.37.2 requires rustc 1.88 × failed to find bin sed.exe for path+file:///__w/sed/sed#0.1.1 help: did the above build fail?
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ ci = "github"
|
||||
# The installers to generate for each app
|
||||
installers = []
|
||||
# Target platforms to build apps for (Rust target-triple syntax)
|
||||
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
|
||||
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
|
||||
# Which actions to run on pull requests
|
||||
pr-run-mode = "plan"
|
||||
# Allow dirty workflows to ignore out-of-date contents
|
||||
|
||||
Reference in New Issue
Block a user