1
0
Fork 0
forked from lthn/blockchain

workaround for conan semver bug

This commit is contained in:
Snider 2024-03-21 16:33:20 +00:00
parent a7ecf70452
commit a18535696e
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -0,0 +1,3 @@
compiler:
gcc:
version: ["11.4.0"]