From d4e911ab8842f2db7e1a1a10dbfa89f1d6536983 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 17 Jun 2024 21:18:23 +0300 Subject: [PATCH] Do not try to install libpython-dev --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3020f89..6a78acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: # 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 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 # multiple job types are not compatible with ccache, they use "ccache: no" in the matrix if [[ "${{ matrix.ccache }}" == "no" ]]; then