We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1e299 commit 97f9e2bCopy full SHA for 97f9e2b
.github/workflows/ci.yml
@@ -182,8 +182,7 @@ jobs:
182
183
- name: Install OPAM dependencies
184
if: steps.cache-opam-env.outputs.cache-hit != 'true'
185
- run: |
186
- opam install . --deps-only --with-test
+ run: opam install . --deps-only --with-test
187
188
- name: Cache OPAM environment
189
0 commit comments