Skip to content

Commit

Permalink
ci: install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jan 4, 2024
1 parent d68257f commit a1e2adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- run: c:\cygwin\bin\setup_x86_64.exe --quiet-mode --root %CYGWIN_ROOT% --site http://cygwin.mirror.constant.com --packages wget
- run: c:\cygwin\setup_x86_64.exe --quiet-mode --root %CYGWIN_ROOT% --site http://cygwin.mirror.constant.com --packages wge
- run: opam install . --deps-only
- run: opam exec -- dune build
- run: opam config report
Expand Down

0 comments on commit a1e2adf

Please sign in to comment.