Skip to content

Commit

Permalink
ci: Group log lines in build-kind2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Mar 11, 2024
1 parent 56ae948 commit b56a1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-kind2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ runs:
id: ocaml-variant
shell: bash
run: |
echo "::group::Set OCaml compiler variant"
if [[ "${{ inputs.flambda }}" == "true" ]]; then
echo "compiler=ocaml-variants.${{ inputs.ocaml-version }}+options,ocaml-option-flambda" >> $GITHUB_OUTPUT
echo "tag=${{ inputs.ocaml-version }}-flambda" >> $GITHUB_OUTPUT
else
echo "compiler=${{ inputs.ocaml-version }}" >> $GITHUB_OUTPUT
echo "tag=${{ inputs.ocaml-version }}" >> $GITHUB_OUTPUT
fi
echo "::endgroup::"
- name: Set up OCaml ${{ steps.ocaml-variant.outputs.tag }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit b56a1f4

Please sign in to comment.