mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-20 18:00:04 +00:00
debug NIM_BRANCH var
This commit is contained in:
parent
330bbb39e7
commit
f8c1899cdf
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -111,11 +111,15 @@ jobs:
|
||||
nimble --version
|
||||
gcc --version
|
||||
|
||||
echo "NIM_BRANCH is: $NIM_BRANCH"
|
||||
|
||||
if [[ "$NIM_BRANCH" == "version-2-0" ]]; then
|
||||
dependency_solver="sat"
|
||||
else
|
||||
dependency_solver="legacy"
|
||||
fi
|
||||
|
||||
echo "Using dependency solver: $dependency_solver"
|
||||
|
||||
NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }} --solver:${dependency_solver}"
|
||||
nimble test
|
||||
|
Loading…
x
Reference in New Issue
Block a user