Skip to content

Commit

Permalink
Update docker-coq.yml: remove needless code
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Sep 21, 2024
1 parent 39d8e29 commit c3b4c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +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 python-is-python3 -y --allow-unauthenticated
endGroup
# startGroup 'install dependencies'
# sudo apt-get -o Acquire::Retries=30 update -q
# sudo apt-get -o Acquire::Retries=30 install python-is-python3 -y --allow-unauthenticated
# endGroup
- name: some-early util
uses: coq-community/docker-coq-action@v1
with:
Expand Down

0 comments on commit c3b4c4d

Please sign in to comment.