Skip to content

Commit cdf4bc5

Browse files
Merge pull request #1 from Wizleap-Inc/fix/grpc-pecl-version
fix: PECL grpc バージョンを1.78.0に修正(1.78.1はPECLに存在しない)
2 parents 96aa3df + eefaffc commit cdf4bc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
grpc_version:
1010
description: 'gRPC version to build'
1111
required: true
12-
default: '1.78.1'
12+
default: '1.78.0'
1313

1414
env:
15-
GRPC_VERSION: ${{ github.event.inputs.grpc_version || '1.78.1' }}
15+
GRPC_VERSION: ${{ github.event.inputs.grpc_version || '1.78.0' }}
1616

1717
jobs:
1818
build-linux-x86_64:

0 commit comments

Comments
 (0)