Skip to content

Commit ece10d9

Browse files
committed
check if opam's there
1 parent cd954d8 commit ece10d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/opam-build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
with:
5151
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5252

53+
- name: Install dependencies (Windows)
54+
if: ${{ matrix.os == 'windows-latest' }}
55+
working-directory: melange
56+
run: opam update
57+
5358
- name: Install dependencies
5459
working-directory: melange
5560
run: |

0 commit comments

Comments
 (0)