Use --allow-releaseinfo-change in apt-get update

This commit is contained in:
Mirko Bunse 2024-06-24 14:51:38 +02:00
parent 04e7805445
commit 02365e4bee
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: |
apt-get update -y && apt-get install -y git && git --version
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
python -m pip install --upgrade pip setuptools wheel
python -m pip install -e .[docs]
docs-folder: "docs/"