mirror of
https://github.com/python/cpython.git
synced 2026-04-26 05:40:58 +00:00
Ignores failure to update lists (GH-9424)
(cherry picked from commit 76531e2e82)
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
This commit is contained in:
parent
d9c89111bd
commit
71bc694f38
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
sudo apt-get update
|
||||
sudo apt-get update || true
|
||||
|
||||
sudo apt-get -yq install \
|
||||
build-essential \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue