From 7faa87f1b9a3ca62a01c1c37f3258553b9ac1741 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 6 Jan 2022 21:11:00 +0100 Subject: [PATCH] Blind guess to fix failing job "pip" on framagit/ci. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b9037db26..f8dc6d79e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ pip: except: - stable script: + - chmod -v -R u=rwX,og=rX /etc/apt/trusted.gpg.d/ - apt-get --allow-releaseinfo-change update - apt install -y python3-pip cmake libboost-dev g++ gcc pybind11-dev - python3 setup.py sdist -- 2.20.1