Skip to content

Commit 49faca9

Browse files
authored
use python-is-python3 (#1938)
1 parent 3683c2c commit 49faca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ci/github-actions-docker-make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo chmod -R a=u .
1414
git config --global --add safe.directory "*"
1515
echo '::group::install general dependencies'
1616
sudo apt-get update -y
17-
sudo apt-get install -y python python3 bsdmainutils ${EXTRA_PACKAGES}
17+
sudo apt-get install -y python-is-python3 python3 bsdmainutils ${EXTRA_PACKAGES}
1818
eval $(opam env)
1919
echo '::endgroup::'
2020
echo '::remove-matcher owner=coq-problem-matcher::'

0 commit comments

Comments
 (0)