Skip to content

Commit ba7acb0

Browse files
committed
github: remove manual apt update
1 parent 3835883 commit ba7acb0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,13 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23-
- run: sudo apt-get update
24-
2523
- name: Use OCaml ${{ matrix.ocaml-compiler }}
2624
uses: ocaml/setup-ocaml@v3
2725
with:
2826
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2927
dune-cache: true
3028
allow-prerelease-opam: true
3129

32-
# apt update is implicit
33-
# pinning package implicit
34-
# depext install implicit
3530
- run: opam install . ocamlformat.0.26.2
3631

3732
- name: compile

0 commit comments

Comments
 (0)