We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e4441 commit 4c42d91Copy full SHA for 4c42d91
.github/workflows/coq-debian.yml
@@ -30,13 +30,13 @@ jobs:
30
cancel-in-progress: true
31
32
steps:
33
- - uses: actions/checkout@v4
34
- with:
35
- submodules: recursive
36
- name: install system dependencies
37
run: |
38
apt-get -o Acquire::Retries=30 update -y
39
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
+ - uses: actions/checkout@v4
+ with:
+ submodules: recursive
40
- name: container build params
41
run: etc/ci/describe-system-config.sh
42
- name: make deps
0 commit comments