Skip to content

Commit

Permalink
Don't clone submodules in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Oct 7, 2024
1 parent aa40382 commit 23f7136
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-bitwuzla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-colibri2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-cvc5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-z3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
Expand Down

0 comments on commit 23f7136

Please sign in to comment.