aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 23:54:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-29 11:47:40 +0300
commit245ac5024fb2f9c0ae5fcbad6dfe5122c324bb2c (patch)
tree1e8d32958c880a3c7fc9b8da0a34207a4e3de705
parentREADME: update (diff)
downloadbuild-boost-245ac5024fb2f9c0ae5fcbad6dfe5122c324bb2c.tar.gz
build-boost-245ac5024fb2f9c0ae5fcbad6dfe5122c324bb2c.zip
bump cmake-commonv1.0
-rw-r--r--action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 0e7f690..c4b5332 100644
--- a/action.yml
+++ b/action.yml
@@ -64,7 +64,7 @@ runs:
}
$exe, $args = $python
- & $exe $args -m pip install --user --upgrade cmake-common~=1.0
+ & $exe $args -m pip install --user --upgrade cmake-common~=2.0
if ($windows_host) {
$bin_dir = & $exe $args -c "import sysconfig; print(sysconfig.get_path('scripts', 'nt_user'))"