fix: CI increase timeout, cleared stale git lock on runner
Some checks failed
Build Archipelago ISO / build-iso (push) Failing after 12m14s
Some checks failed
Build Archipelago ISO / build-iso (push) Failing after 12m14s
Stale shallow.lock was blocking checkout. Removed it on the runner. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build-iso:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user