mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
ci || continue if package fails to update
This commit is contained in:
parent
0b8287d204
commit
f79618ae90
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y libgmp-dev
|
||||
|
||||
- name: Run linters
|
||||
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y libgmp-dev
|
||||
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue