ci: retry lfs pull (#33918)

* retry

* pin

* name
pull/33919/head^2
Maxime Desroches 6 months ago committed by GitHub
parent 6fc14b5b93
commit 421ee1cffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .github/workflows/selfdrive_tests.yaml

@ -41,7 +41,12 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: git lfs pull
- name: Getting LFS files
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
with:
timeout_minutes: 2
max_attempts: 3
command: git lfs pull
- name: Build devel
timeout-minutes: 1
run: TARGET_DIR=$STRIPPED_DIR release/build_devel.sh

Loading…
Cancel
Save