mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +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:
|
jobs:
|
||||||
build-alpine-static:
|
build-alpine-static:
|
||||||
|
|
||||||
timeout-minutes: 180
|
timeout-minutes: 240
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -597,7 +597,7 @@ jobs:
|
||||||
|
|
||||||
build-freebsd:
|
build-freebsd:
|
||||||
|
|
||||||
timeout-minutes: 180
|
timeout-minutes: 240
|
||||||
runs-on: ${{ matrix.os.host }}
|
runs-on: ${{ matrix.os.host }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -666,7 +666,7 @@ jobs:
|
||||||
|
|
||||||
build-openbsd:
|
build-openbsd:
|
||||||
|
|
||||||
timeout-minutes: 180
|
timeout-minutes: 240
|
||||||
runs-on: ${{ matrix.os.host }}
|
runs-on: ${{ matrix.os.host }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
2
.github/workflows/msvc-analysis.yml
vendored
2
.github/workflows/msvc-analysis.yml
vendored
|
@ -28,7 +28,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
timeout-minutes: 180
|
timeout-minutes: 240
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
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