Skip to content

Commit

Permalink
Remove useless deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Nov 9, 2023
1 parent d7074fb commit 471ec2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pfioooouuuu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
- run: (cd hell; npm install; npm run build)
- run: opam install . --deps-only --with-doc --with-test
- run: opam install js_of_ocaml-compiler js_of_ocaml-ppx js_of_ocaml-lwt
- run: opam install nightmare nightmare-dream nightmare-tyxml
- run: opam install nightmare nightmare-tyxml
- run: opam install nightmare_js nightmare_js-vdom
- run: opam install nightmare_js nightmare_js-vdom
- run: yourbones yourbones-ppx yourbones_js yourbones_js-beacon
- run: opam install yourbones yourbones-ppx yourbones_js yourbones_js-beacon
- run: opam install yocaml
- run: opam install yocaml_unix yocaml_yaml yocaml_jingoo yocaml_syndication
- run: opam exec -- dune build -- --profile=release
- run: opam exec -- dune build --profile=release
- run: opam exec -- dune exec bin/capsule_cli/capsule.exe -- build

- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local-deps:
pinned-deps: local-deps
opam install js_of_ocaml-compiler js_of_ocaml-ppx js_of_ocaml-lwt
opam install yocaml yocaml_unix yocaml_yaml yocaml_jingoo yocaml_syndication -y
opam install nightmare nightmare-dream nightmare-tyxml -y
opam install nightmare nightmare-tyxml -y
opam install nightmare_js nightmare_js-vdom -y
opam install yourbones yourbones-ppx yourbones_js yourbones_js-beacon -y

Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
(yocaml_jingoo :pinned)
(yocaml_syndication :pinned)
(nightmare :pinned)
(nightmare-dream :pinned)
(nightmare-tyxml :pinned)
(nightmare_js :pinned)
(nightmare_js-vdom :pinned)
Expand Down

0 comments on commit 471ec2a

Please sign in to comment.