Skip to content

Commit

Permalink
Update coq-debian.yml: install file
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Jun 17, 2024
1 parent 8713744 commit 5e6567a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coq-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e6567a

Please sign in to comment.