Skip to content

Commit

Permalink
Fix install task
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Oct 21, 2024
1 parent 863ea79 commit b2b1da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if [[ "${{ matrix.nim.ref }}" == "version-2-0" ]]; then
nimble --solver:legacy install_pinned
else
nimble install
nimble install_pinned
fi
- name: Use gcc 14
Expand Down

0 comments on commit b2b1da6

Please sign in to comment.