Skip to content

Commit ee20e07

Browse files
committed
fix cmake version
1 parent e63eb8f commit ee20e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: install based dependencies
6565
run: |
6666
sudo apt install ccache
67-
sudo apt install cmake=3.20
67+
sudo apt install cmake=3.20.2
6868
cmake --version
6969
sudo apt install lld
7070
sudo apt install ninja-build

0 commit comments

Comments
 (0)