Add the Dynlink/flexdll issue and the Sys.rename regression issue #95
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: Linux trunk | |
on: | |
schedule: | |
# Every Monday morning, at 1:11 UTC | |
- cron: '11 1 * * 1' | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: ./.github/workflows/common.yml | |
with: | |
compiler: 'ocaml-variants.5.3.0+trunk' | |
compiler_git_ref: refs/heads/trunk |