forked from lthn/blockchain
workaround for conan semver bug
This commit is contained in:
parent
a7ecf70452
commit
a18535696e
2 changed files with 6 additions and 1 deletions
4
.github/workflows/cli-testnet.yml
vendored
4
.github/workflows/cli-testnet.yml
vendored
|
|
@ -47,7 +47,9 @@ jobs:
|
|||
cmakeVersion: "~3.25.0"
|
||||
ninjaVersion: "^1.11.1"
|
||||
- name: Call make release-testnet
|
||||
run: make release-testnet
|
||||
run: |
|
||||
conan config install contrib/cmake/settings_user.yml
|
||||
make release-testnet
|
||||
linux-amd64:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
|
|
|
|||
3
contrib/cmake/settings_user.yml
Normal file
3
contrib/cmake/settings_user.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
compiler:
|
||||
gcc:
|
||||
version: ["11.4.0"]
|
||||
Loading…
Add table
Reference in a new issue