Skip to content

Commit

Permalink
Update coq-debian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 17, 2024
1 parent a7e4441 commit 4c42d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coq-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install system dependencies
run: |
apt-get -o Acquire::Retries=30 update -y
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
- name: container build params
run: etc/ci/describe-system-config.sh
- name: make deps
Expand Down

0 comments on commit 4c42d91

Please sign in to comment.