Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 20, 2024
1 parent 438d4a3 commit c8e0edf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false

- name: Update Openssh
if: runner.os == 'Windows'
run: setup-x86_64 --packages=openssh

- run: opam pin add ocsigen-start.7.0.0 . --no-action

- run: opam install .
Expand Down

0 comments on commit c8e0edf

Please sign in to comment.