We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f496f commit e4793e6Copy full SHA for e4793e6
.github/actions/build-evm-client/evmone/action.yaml
@@ -25,6 +25,8 @@ runs:
25
submodules: true
26
- name: Setup cmake
27
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be
28
+ with:
29
+ cmake-version: '3.x'
30
- name: "Install GMP"
31
shell: bash
32
run: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
0 commit comments