We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0af13 commit c3b56d0Copy full SHA for c3b56d0
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- env: [ '', 'RUST_PROTOBUF=1' ]
+ env: [ 'RUST_PROTOBUF=0', 'RUST_PROTOBUF=1' ]
16
steps:
17
- uses: actions/checkout@v2
18
- uses: actions-rs/toolchain@v1
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments