Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jun 28, 2023
1 parent 2851969 commit 44744ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: opam pin add -n dune.dev git+https://github.com/ocaml/dune#$GITHUB_SHA
- run: sudo apt install libseccomp-dev
- run: opam install mirage
- run: opam exec -- mirage configure -f mirage/config.ml -t hvt
- run: opam exec -- make -C mirage lock pull build
- run: cd mirage; opam exec -- mirage configure -f config.ml -t hvt
- run: cd mirage; opam exec -- make lock pull build

0 comments on commit 44744ed

Please sign in to comment.