File tree Expand file tree Collapse file tree 3 files changed +526
-469
lines changed Expand file tree Collapse file tree 3 files changed +526
-469
lines changed Original file line number Diff line number Diff line change 77
77
allow-prerelease-opam : ${{ matrix.allow-prerelease-opam }}
78
78
79
79
- run : opam install ssl
80
+
81
+ test-container :
82
+ name : Test on a container in a GitHub runner
83
+
84
+ needs : hygiene
85
+
86
+ runs-on : ubuntu-24.04
87
+
88
+ container :
89
+ image : archlinux:latest
90
+
91
+ steps :
92
+ - name : Checkout tree
93
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94
+
95
+ - name : Install pre-requisites
96
+ run : |
97
+ pacman -Sy --noconfirm make gcc patch tar ca-certificates git \
98
+ rsync curl sudo bash nano coreutils xz ncurses diffutils \
99
+ unzip
100
+
101
+ - name : Set-up OCaml ${{ matrix.ocaml-compiler }}
102
+ uses : ./
103
+ with :
104
+ ocaml-compiler : " 5.3"
105
+ opam-disable-sandboxing : true
106
+
107
+ - run : opam install ssl
You can’t perform that action at this time.
0 commit comments