mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-01 02:03:42 -04:00
CI: retry apt operations
This commit is contained in:
parent
098b54c9f9
commit
6a49bffff2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -33,7 +33,9 @@ jobs:
|
|||||||
cargo-${{ matrix.rust }}-
|
cargo-${{ matrix.rust }}-
|
||||||
cargo-
|
cargo-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install libncurses-dev libsqlite3-dev pkgconf
|
# The retry here is to work around "Unable to connect to azure.archive.ubuntu.com" errors.
|
||||||
|
# https://github.com/actions/runner-images/issues/6894
|
||||||
|
run: sudo apt-get --option=APT::Acquire::Retries=3 update && sudo apt-get --option=APT::Acquire::Retries=3 install libncurses-dev libsqlite3-dev pkgconf
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user