Skip to content

Commit c3b4c4d

Browse files
authored
Update docker-coq.yml: remove needless code
1 parent 39d8e29 commit c3b4c4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-coq.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
#sudo apt-get install g++-7 libssl-dev -y --allow-unauthenticated
5555
#sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
5656
#endGroup
57-
startGroup 'install dependencies'
58-
sudo apt-get -o Acquire::Retries=30 update -q
59-
sudo apt-get -o Acquire::Retries=30 install python-is-python3 -y --allow-unauthenticated
60-
endGroup
57+
# startGroup 'install dependencies'
58+
# sudo apt-get -o Acquire::Retries=30 update -q
59+
# sudo apt-get -o Acquire::Retries=30 install python-is-python3 -y --allow-unauthenticated
60+
# endGroup
6161
- name: some-early util
6262
uses: coq-community/docker-coq-action@v1
6363
with:

0 commit comments

Comments
 (0)