debug NIM_BRANCH var

This commit is contained in:
Diego 2024-09-04 21:09:34 +02:00
parent 330bbb39e7
commit f8c1899cdf
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806
1 changed files with 4 additions and 0 deletions

View File

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