mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
try to fix CI
This commit is contained in:
parent
b927f98490
commit
c5060711ca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use OCaml 4.14.x
|
- name: Use OCaml
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: 4.14.x
|
ocaml-compiler: 5.0
|
||||||
dune-cache: true
|
dune-cache: true
|
||||||
|
|
||||||
- name: Deploy odoc to GitHub Pages
|
- name: Deploy odoc to GitHub Pages
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue