From 1ab92918991c0a4069a3f9ae3ab0ecd4e9ff256d Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Thu, 19 Dec 2024 12:26:00 +0100 Subject: [PATCH] dist: fix artifact build for `aarch64-pc-windows-msvc` --- dist-workspace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 5035406..70ddcaa 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -16,4 +16,4 @@ pr-run-mode = "skip" # Path that installers should place binaries in install-path = "CARGO_HOME" # Whether to install an updater program -install-updater = true +install-updater = false