mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
Update main.yml
This commit is contained in:
parent
ae0162beda
commit
e4bd279403
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -8,6 +8,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [macos-latest, ubuntu-latest, windows-latest]
|
operating-system: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
ocaml-compiler: [ '4.04.0', '4.11.0' ]
|
ocaml-compiler: [ '4.04.0', '4.11.0' ]
|
||||||
|
env:
|
||||||
|
OPAMCLI: 2.1
|
||||||
|
OPAMCONFIRMLEVEL: unsafe-yes
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: avsm/setup-ocaml@v2
|
- uses: avsm/setup-ocaml@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue