Skip to content

Commit bd50b5b

Browse files
committed
Use the cache when we would like to checkout the code into our CI
1 parent 647627b commit bd50b5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
ocaml-version: ["5.3.0"]
99
runs-on: ${{ matrix.operating-system }}
1010
steps:
11-
- uses: actions/checkout@v4
12-
with:
13-
lfs: true
11+
- uses: nschloe/action-cached-lfs-checkout@v1
12+
# - uses: actions/checkout@v4
13+
# with:
14+
# lfs: true
1415
- uses: ocaml/setup-ocaml@v3
1516
with:
1617
ocaml-compiler: ${{ matrix.ocaml-version }}

0 commit comments

Comments
 (0)