aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-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