Skip to content

Commit

Permalink
install python3-is-python
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 20, 2024
1 parent 9ce24ee commit 8e4d30e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
etc/ci/describe-system-config.sh
- name: remove autogenerated
run: etc/ci/remove_autogenerated.sh
- name: install gcc
- name: install dependencies
uses: coq-community/docker-coq-action@v1
with:
coq_version: ${{ matrix.env.DOCKER_COQ_VERSION }}
Expand All @@ -54,6 +54,10 @@ jobs:
#sudo apt-get install g++-7 libssl-dev -y --allow-unauthenticated
#sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
#endGroup
startGroup 'install dependencies'
sudo apt-get -o Acquire::Retries=30 update -q
sudo apt-get -o Acquire::Retries=30 install python3-is-python -y --allow-unauthenticated
endGroup
- name: some-early util
uses: coq-community/docker-coq-action@v1
with:
Expand Down

0 comments on commit 8e4d30e

Please sign in to comment.