Merge the CI workflows and stop using setup-ocaml
#89
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 32bit 5.1 | |
on: | |
pull_request: | |
schedule: | |
# Every Sunday morning, at 2:22 UTC | |
- cron: '22 2 * * 0' | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: ./.github/workflows/common.yml | |
with: | |
compiler_ref: refs/tags/5.1.1 | |
options: 32bit | |
timeout: 240 |