From abd52787195937fa716fb75e4f3a3915f7a5075b Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Mon, 24 May 2021 13:49:41 +0200 Subject: [PATCH] Update blank.ml with ocaml-setup --- .github/workflows/blank.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index c55e0b0..c96f08f 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -22,6 +22,9 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script run: echo Hello, world! + + - name: Setu up OCaml + uses: ocaml/setup-ocaml@v1.1.11 # Runs a set of commands using the runners shell - name: Run a multi-line script