Skip to content

Commit

Permalink
Still need to install things apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Dec 22, 2023
1 parent 9802b38 commit 960cdc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ jobs:
make -j`sysctl -n hw.ncpu` && make install
cd ..
# - name: Install OCaml libraries
# if: steps.cache-opam.outputs.cache-hit != 'true'
# run: |
- name: Install OCaml libraries
# if: steps.cache-opam.outputs.cache-hit != 'true'
run: opam install . --deps-only
# set -ex
# opam init # --disable-sandboxing
# opam update
Expand Down
6 changes: 3 additions & 3 deletions extra/github-actions/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
make -j`sysctl -n hw.ncpu` && make install
cd ..
# - name: Install OCaml libraries
# if: steps.cache-opam.outputs.cache-hit != 'true'
# run: |
- name: Install OCaml libraries
# if: steps.cache-opam.outputs.cache-hit != 'true'
run: opam install . --deps-only
# set -ex
# opam init # --disable-sandboxing
# opam update
Expand Down

0 comments on commit 960cdc6

Please sign in to comment.