Update blank.ml with ocaml-setup

This commit is contained in:
Matthieu Dubuget 2021-05-24 13:49:41 +02:00 committed by GitHub
parent f88594dd12
commit abd5278719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,9 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Run a one-line script - name: Run a one-line script
run: echo Hello, world! run: echo Hello, world!
- name: Setu up OCaml
uses: ocaml/setup-ocaml@v1.1.11
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Run a multi-line script