Skip to content

Commit

Permalink
gha/check: configure apt retries
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Oct 22, 2021
1 parent 33a12f8 commit b53dc1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1

- name: Configure apt
run: echo 'APT::Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries

- name: Install dependencies
run: sudo apt install libzfslinux-dev zfsutils-linux

Expand Down

0 comments on commit b53dc1b

Please sign in to comment.