Skip to content

Commit

Permalink
add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Oct 21, 2024
1 parent 97e1753 commit 0966077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
# The reason for using solver:legacy is to avoid an error in Nimble 0.16.2 where SAT is not able to check the dependencies.
run: |
if [[ "${{ matrix.nim.ref }}" == "version-2-0" ]]; then
if [[ "${{ matrix.nim.ref }}" == "cc4c9251f0fbf5e2c93e6815db402a0e27e1110d" ]]; then
nimble --solver:legacy install_pinned
else
nimble install_pinned
Expand All @@ -120,7 +120,7 @@ jobs:
gcc --version
NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
if [[ "${{ matrix.nim.ref }}" == "version-2-0" ]]; then
if [[ "${{ matrix.nim.ref }}" == "cc4c9251f0fbf5e2c93e6815db402a0e27e1110d" ]]; then
NIMFLAGS="${NIMFLAGS} --solver:legacy"
fi
Expand Down

0 comments on commit 0966077

Please sign in to comment.