We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3683c2c commit 49faca9Copy full SHA for 49faca9
etc/ci/github-actions-docker-make.sh
@@ -14,7 +14,7 @@ sudo chmod -R a=u .
14
git config --global --add safe.directory "*"
15
echo '::group::install general dependencies'
16
sudo apt-get update -y
17
-sudo apt-get install -y python python3 bsdmainutils ${EXTRA_PACKAGES}
+sudo apt-get install -y python-is-python3 python3 bsdmainutils ${EXTRA_PACKAGES}
18
eval $(opam env)
19
echo '::endgroup::'
20
echo '::remove-matcher owner=coq-problem-matcher::'
0 commit comments