Skip to content

Commit 2714853

Browse files
committed
Try to work around build failures
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent d032686 commit 2714853

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: install dependencies
62-
run: |
62+
uses: nick-fields/retry@v3
63+
with:
64+
timeout_minutes: 5
65+
max_attempts: 3
66+
retry_on: error
67+
command: |
6368
sudo apt-get update -qq
6469
sudo apt-get install -y libgmp-dev valgrind libtool-bin clang-tools lcov ruby clang
6570
sudo apt-get remove -y libtommath1

0 commit comments

Comments
 (0)