diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-28 23:54:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 11:47:40 +0300 |
commit | 245ac5024fb2f9c0ae5fcbad6dfe5122c324bb2c (patch) | |
tree | 1e8d32958c880a3c7fc9b8da0a34207a4e3de705 | |
parent | README: update (diff) | |
download | build-boost-245ac5024fb2f9c0ae5fcbad6dfe5122c324bb2c.tar.gz build-boost-245ac5024fb2f9c0ae5fcbad6dfe5122c324bb2c.zip |
bump cmake-commonv1.0
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'))" |