Skip to content

Commit

Permalink
GitHub Actions: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudha247 committed Nov 16, 2022
1 parent 9620804 commit 95a3ac7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prs.yml
Expand Up @@ -32,6 +32,8 @@ jobs:
cache-prefix: ${{ steps.multicore_hash.outputs.commit }}
opam-depext: false

- run: opam install ocamlbuild

- run: |
cd sources
make all
opam exec -- make all

0 comments on commit 95a3ac7

Please sign in to comment.