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 343fe61 commit df5c4b6Copy full SHA for df5c4b6
.github/workflows/ci.yml
@@ -191,6 +191,10 @@ jobs:
191
await fs.writeFile('.opam-path', opamPath, 'utf-8');
192
console.log('stored path to .opam-path');
193
194
+ - name: Add pinned dependencies (Windows)
195
+ if: runner.os == 'Windows'
196
+ run: opam pin add flow_parser https://github.com/rescript-lang/flow.git#d35a6f5c0cc219e85bbcb822d6f19ed9b2ec3448
197
+
198
- name: Install OPAM dependencies
199
if: steps.cache-opam-env.outputs.cache-hit != 'true'
200
run: opam install . --deps-only --with-test
0 commit comments