mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 03:19:23 +00:00
More CI fixes
This commit is contained in:
parent
d28090f292
commit
ec15b3b673
3 changed files with 5 additions and 5 deletions
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
build-alpine-static:
|
||||
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
strategy:
|
||||
|
@ -597,7 +597,7 @@ jobs:
|
|||
|
||||
build-freebsd:
|
||||
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: ${{ matrix.os.host }}
|
||||
|
||||
strategy:
|
||||
|
@ -666,7 +666,7 @@ jobs:
|
|||
|
||||
build-openbsd:
|
||||
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: ${{ matrix.os.host }}
|
||||
|
||||
strategy:
|
||||
|
|
2
.github/workflows/msvc-analysis.yml
vendored
2
.github/workflows/msvc-analysis.yml
vendored
|
@ -28,7 +28,7 @@ env:
|
|||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
timeout-minutes: 180
|
||||
timeout-minutes: 240
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
|
2
external/src/grpc
vendored
2
external/src/grpc
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 20f72b9e938c02d1cc7468bb624aaccfa40acf44
|
||||
Subproject commit c46e44e80a54492b3f53cd13faec96398063da86
|
Loading…
Reference in a new issue