mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-27 14:05: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
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
CONAN_REQUEST_TIMEOUT: 180 # Increase timeout to 3 minutes for slow mirrors
|
||||||
run: |
|
run: |
|
||||||
# Create build directory
|
# Create build directory
|
||||||
mkdir -p ${{ inputs.build_dir }}
|
mkdir -p ${{ inputs.build_dir }}
|
||||||
|
|||||||
Reference in New Issue
Block a user