Describe the bug
Something breaks when trying to use this with mise:
PS C:\Code\kauza> mise --verbose use asdf:mise-plugins/mise-gcloud
DEBUG ARGS: C:\Users\MadsKirchhoff\scoop\apps\mise\current\bin\mise.exe --verbose use asdf:mise-plugins/mise-gcloud
DEBUG config: C:\Code\kauza\mise.toml
DEBUG config: C:\Code\kauza\.nvmrc
DEBUG install_some_versions: asdf:mise-plugins/mise-gcloud@latest
DEBUG $ C:\Users\MadsKirchhoff\AppData\Local\mise\plugins\asdf-mise-plugins-mise-gcloud\bin\list-all
Error:
0: Failed to install tool: asdf:mise-plugins/mise-gcloud@latest
Individual error details:
1. asdf:mise-plugins/mise-gcloud@latest:
Error {
msg: "Failed to run C:\\Users\\MadsKirchhoff\\AppData\\Local\\mise\\plugins\\asdf-mise-plugins-mise-gcloud\\bin\\list-all",
source: Os {
code: 193,
kind: Uncategorized,
message: "%1 is not a valid Win32 application.",
},
}
Location:
src\toolset\mod.rs:238
Version:
2025.8.7 windows-x64 (2025-08-06)
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Steps to reproduce
In PowerShell 7, with the proper activation step added to the $PROFILE, run
mise --verbose use asdf:mise-plugins/mise-gcloud
asdf version
mise 2025.8.7
asdf-gcloud version
latest
gcloud version
latest
Additional Information
The bug report template needs to be rewritten for mise :)
Thanks for your efforts with this, I appreciate it!
Describe the bug
Something breaks when trying to use this with
mise:Steps to reproduce
In PowerShell 7, with the proper activation step added to the
$PROFILE, runasdf version
mise 2025.8.7
asdf-gcloud version
latest
gcloud version
latest
Additional Information
The bug report template needs to be rewritten for mise :)
Thanks for your efforts with this, I appreciate it!