Skip to content

Commit

Permalink
[ci] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Apr 28, 2024
1 parent eee9c71 commit c74de81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
set -ex
opam init --bare --auto-setup --enable-shell-hook
opam switch create ${{ matrix.ocaml }}
eval $(opam env)
opam update
opam install . --deps-only --assume-depexts
opam list
Expand Down
1 change: 1 addition & 0 deletions extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
set -ex
opam init --bare --auto-setup --enable-shell-hook
opam switch create ${{ matrix.ocaml }}
eval $(opam env)
opam update
opam install . --deps-only --assume-depexts
opam list
Expand Down

0 comments on commit c74de81

Please sign in to comment.