diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 16:11:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-16 18:44:47 +0300 |
commit | dc9342a99cd722335faf25d25af2be2cc4f521b0 (patch) | |
tree | 18aa19f9a55091b7a52af7c8200a8a394664db2d | |
parent | shut pip up (diff) | |
download | build-boost-dc9342a99cd722335faf25d25af2be2cc4f521b0.tar.gz build-boost-dc9342a99cd722335faf25d25af2be2cc4f521b0.zip |
bump cmake-common
Diffstat (limited to '')
-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~=2.0 + & $exe $args -m pip install --user --upgrade cmake-common~=3.0 if ($windows_host) { $bin_dir = & $exe $args -c "import sysconfig; print(sysconfig.get_path('scripts', 'nt_user'))" |