We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d032686 commit 2714853Copy full SHA for 2714853
.github/workflows/main.yml
@@ -59,7 +59,12 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4
61
- name: install dependencies
62
- run: |
+ uses: nick-fields/retry@v3
63
+ with:
64
+ timeout_minutes: 5
65
+ max_attempts: 3
66
+ retry_on: error
67
+ command: |
68
sudo apt-get update -qq
69
sudo apt-get install -y libgmp-dev valgrind libtool-bin clang-tools lcov ruby clang
70
sudo apt-get remove -y libtommath1
0 commit comments