mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
fix github action
This commit is contained in:
parent
af60225671
commit
ecc5cbc409
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -28,8 +28,14 @@ jobs:
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
|
||||
- run: opam install "mirage>4"
|
||||
- run: opam depext solo5 "mirage>4"
|
||||
|
||||
- run: opam exec -- mirage configure -t xen && make depend && dune build
|
||||
- run: opam install solo5 "mirage>4"
|
||||
|
||||
- run: opam exec -- mirage configure -t xen
|
||||
|
||||
- run: opam exec -- make depend
|
||||
|
||||
- run: opam exec -- dune build
|
||||
|
||||
- run: sha256sum dist/qubes-firewall.xen
|
||||
|
Loading…
Reference in New Issue
Block a user