Skip to content

Commit 79e91e2

Browse files
committed
Update ocaml install too
1 parent 43576c2 commit 79e91e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,9 @@ jobs:
661661
# Install the OCaml packages necessary for fuzz targets that use the
662662
# `wasm-spec-interpreter`.
663663
- run: cargo install cargo-fuzz --vers "^0.11" --locked
664-
- run: sudo apt-get update && sudo apt install -y ocaml-nox ocamlbuild ocaml-findlib libzarith-ocaml-dev
664+
- uses: ./.github/actions/apt-get-install
665+
with:
666+
packages: ocaml-nox ocamlbuild ocaml-findlib libzarith-ocaml-dev
665667
- run: cargo fetch
666668
working-directory: ./fuzz
667669
- run: cargo fuzz check --dev

0 commit comments

Comments
 (0)