Skip to content

Commit e4793e6

Browse files
authored
fix(github): Pin cmake to a pre-4.0.0 version (#1364)
1 parent 01f496f commit e4793e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build-evm-client/evmone/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ runs:
2525
submodules: true
2626
- name: Setup cmake
2727
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be
28+
with:
29+
cmake-version: '3.x'
2830
- name: "Install GMP"
2931
shell: bash
3032
run: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev

0 commit comments

Comments
 (0)