diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-07 20:14:23 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-07 20:14:23 +0100 |
commit | fb80ce30c84630ce0b150ba822483d9be7db0462 (patch) | |
tree | cf7ce6697c3335563c7c86bfe4959bb6b85f50eb | |
parent | Merge pull request #11 from stackql/feature/version-configurable (diff) | |
download | setup-mingw-fb80ce30c84630ce0b150ba822483d9be7db0462.tar.gz setup-mingw-fb80ce30c84630ce0b150ba822483d9be7db0462.zip |
fix whitespace
Diffstat (limited to '')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |