mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
ci: increase conan timeout to 3 minutes for slow mirrors
GNU FTP mirrors can be extremely slow, causing CI failures when downloading dependencies like libtool. Increasing CONAN_REQUEST_TIMEOUT from default 60s to 180s to handle these slow downloads.
This commit is contained in:
@@ -83,6 +83,8 @@ runs:
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
env:
|
||||
CONAN_REQUEST_TIMEOUT: 180 # Increase timeout to 3 minutes for slow mirrors
|
||||
run: |
|
||||
# Create build directory
|
||||
mkdir -p ${{ inputs.build_dir }}
|
||||
|
||||
Reference in New Issue
Block a user