aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-07 20:14:23 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-07 20:14:23 +0100
commitfb80ce30c84630ce0b150ba822483d9be7db0462 (patch)
treecf7ce6697c3335563c7c86bfe4959bb6b85f50eb
parentMerge pull request #11 from stackql/feature/version-configurable (diff)
downloadsetup-mingw-fb80ce30c84630ce0b150ba822483d9be7db0462.tar.gz
setup-mingw-fb80ce30c84630ce0b150ba822483d9be7db0462.zip
fix whitespace
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 083430a..9564c49 100644
--- a/action.yml
+++ b/action.yml
@@ -178,7 +178,7 @@ runs:
if ($mingw_version_supplied) {
Install-Package $pkg --version $mingw_version --x86
} else {
- Install-Package $pkg --x86
+ Install-Package $pkg --x86
}
}
echo $mingw_bin >> $env:GITHUB_PATH