Skip to content

Commit e5c2218

Browse files
committed
Fix cmake version
1 parent a7819cd commit e5c2218

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- name: cmake install
17+
uses: jwlawson/actions-setup-cmake@v1.12
18+
with:
19+
cmake-version: '3.22.2'
20+
1621
- name: install abimap
1722
run: sudo pip3 install abimap
1823

0 commit comments

Comments
 (0)