mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Do not try to install libpython-dev
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
|||||||
# Need (newer) git
|
# Need (newer) git
|
||||||
for i in {1..${NET_RETRY_COUNT:-3}}; do sudo -E add-apt-repository -y ppa:git-core/ppa && break || sleep 10; done
|
for i in {1..${NET_RETRY_COUNT:-3}}; do sudo -E add-apt-repository -y ppa:git-core/ppa && break || sleep 10; done
|
||||||
apt-get -o Acquire::Retries=$NET_RETRY_COUNT update
|
apt-get -o Acquire::Retries=$NET_RETRY_COUNT update
|
||||||
apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y g++ python libpython-dev git
|
apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y g++ python git
|
||||||
fi
|
fi
|
||||||
# multiple job types are not compatible with ccache, they use "ccache: no" in the matrix
|
# multiple job types are not compatible with ccache, they use "ccache: no" in the matrix
|
||||||
if [[ "${{ matrix.ccache }}" == "no" ]]; then
|
if [[ "${{ matrix.ccache }}" == "no" ]]; then
|
||||||
|
Reference in New Issue
Block a user