We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d8e29 commit c3b4c4dCopy full SHA for c3b4c4d
.github/workflows/docker-coq.yml
@@ -54,10 +54,10 @@ jobs:
54
#sudo apt-get install g++-7 libssl-dev -y --allow-unauthenticated
55
#sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
56
#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
+ # 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
61
- name: some-early util
62
uses: coq-community/docker-coq-action@v1
63
with:
0 commit comments