mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
uses: nick-fields/retry@v3.0.2
|
||||
with:
|
||||
max_attempts: 5
|
||||
timeout_minutes: 10
|
||||
timeout_minutes: 15
|
||||
retry_wait_seconds: 60
|
||||
command: |
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
@@ -252,7 +252,7 @@ jobs:
|
||||
if: "${{ matrix.platform == 'Linux x86_64 Clang' }}"
|
||||
with:
|
||||
max_attempts: 5
|
||||
timeout_minutes: 10
|
||||
timeout_minutes: 15
|
||||
retry_wait_seconds: 60
|
||||
command: |
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
|
||||
Reference in New Issue
Block a user