Update tmp prefix in io Lin/Lin_internal tests #263
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: [push, pull_request, workflow_dispatch] | |
jobs: | |
build: | |
uses: ./.github/workflows/common.yml | |
with: | |
compiler: 'ocaml-variants.5.1.0+options,ocaml-option-32bit' | |
timeout: 240 |