Skip to content

Commit 08b457b

Browse files
committed
fix gh action
1 parent 1a70090 commit 08b457b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
22+
23+
- run: sudo apt-get update
2224

2325
- name: Use OCaml ${{ matrix.ocaml-compiler }}
2426
uses: ocaml/setup-ocaml@v2
2527
with:
2628
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2729

28-
# apt update is implicit
29-
# pinning package implicit
30-
# depext install implicit
30+
# apt update is implicit
31+
# pinning package implicit
32+
# depext install implicit
3133
- run: opam install . ocamlformat.0.20.1
3234

3335
- name: compile

0 commit comments

Comments
 (0)