Skip to content

Commit df5c4b6

Browse files
committed
additional step
1 parent 343fe61 commit df5c4b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ jobs:
191191
await fs.writeFile('.opam-path', opamPath, 'utf-8');
192192
console.log('stored path to .opam-path');
193193
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+
194198
- name: Install OPAM dependencies
195199
if: steps.cache-opam-env.outputs.cache-hit != 'true'
196200
run: opam install . --deps-only --with-test

0 commit comments

Comments
 (0)