Skip to content

Commit 4c42d91

Browse files
authored
Update coq-debian.yml
1 parent a7e4441 commit 4c42d91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coq-debian.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
cancel-in-progress: true
3131

3232
steps:
33-
- uses: actions/checkout@v4
34-
with:
35-
submodules: recursive
3633
- name: install system dependencies
3734
run: |
3835
apt-get -o Acquire::Retries=30 update -y
3936
apt-get -q -y --allow-unauthenticated -o Acquire::Retries=30 install sudo git make time jq python3 python-is-python3 ocaml coq libcoq-core-ocaml-dev libfindlib-ocaml-dev ocaml-findlib cabal-install js-of-ocaml
37+
- uses: actions/checkout@v4
38+
with:
39+
submodules: recursive
4040
- name: container build params
4141
run: etc/ci/describe-system-config.sh
4242
- name: make deps

0 commit comments

Comments
 (0)