🐛 Increase the timeout period
This commit is contained in:
4
script/build_with_pake_cli.js
vendored
4
script/build_with_pake_cli.js
vendored
@@ -96,9 +96,7 @@ const main = async () => {
|
||||
|
||||
let params = buildParameters();
|
||||
|
||||
if (process.env.MULTI_ARCH === "true") {
|
||||
await execa("rustup", ["target", "add", "aarch64-apple-darwin"]);
|
||||
}
|
||||
// Multi-arch target is now handled in GitHub Actions workflow
|
||||
|
||||
if (process.env.ICON && process.env.ICON !== "") {
|
||||
const iconFile = getIconFileName();
|
||||
|
||||
Reference in New Issue
Block a user