Skip to content

Commit

Permalink
Try in an Alpine container
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Sep 4, 2024
1 parent c7c3db3 commit 3ef69ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
# CUSTOM_COMPILER_VERSION: '5.1.0+pr12345'
# CUSTOM_COMPILER_SRC: 'https://github.com/ocaml/ocaml/archive/refs/pull/12345/head.tar.gz'

runs-on: ${{ inputs.runs_on }}
runs-on: 'ubuntu-latest'
container:
image: 'ocaml/opam:alpine'
options: --user root

timeout-minutes: ${{ inputs.timeout }}

Expand Down

0 comments on commit 3ef69ba

Please sign in to comment.