From 4e452e4c8bf9b60a21de6e4666c764a8cac614bf Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 17 Jun 2024 16:19:06 -0700 Subject: [PATCH] Update coq-debian.yml: install file --- .github/workflows/coq-debian.yml | 4 ++++ 1 file changed, 4 insertions(+) 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