diff --git a/.github/workflows/coq-debian.yml b/.github/workflows/coq-debian.yml index eb31dbc0c6..042e856e9e 100644 --- a/.github/workflows/coq-debian.yml +++ b/.github/workflows/coq-debian.yml @@ -153,6 +153,10 @@ jobs: with: name: standalone-${{ matrix.debian }} path: dist/ + - name: install system dependencies + run: | + apt-get -o Acquire::Retries=30 update -y + apt-get -q -y --allow-unauthenticated -o Acquire::Retries=30 install sudo time file - name: List files run: find dist - run: chmod +x dist/fiat_crypto