Add timeout to system package install step (#2839)

* Add timeout to reusable test workflow

* Add timeout to system package install step

* Retry CI

* Retry CI again
This commit is contained in:
Rob Zolkos
2026-04-14 13:51:55 -04:00
committed by GitHub
parent bb54b859dc
commit 89a1cf43fb
+1
View File
@@ -54,6 +54,7 @@ jobs:
steps: steps:
- name: Install system packages - name: Install system packages
timeout-minutes: 10
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libsqlite3-0 libvips curl ffmpeg run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libsqlite3-0 libvips curl ffmpeg
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2