Skip to content

Commit ee0cdab

Browse files
committed
[ci] Fix build features
1 parent 4f7c897 commit ee0cdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
uses: actions-rs/cargo@v1
187187
with:
188188
command: build
189-
args: --release --target ${{ matrix.target }} --features="gcs,s3"
189+
args: --release --target ${{ matrix.target }} --features=gcs,s3
190190
- name: Package
191191
shell: bash
192192
run: |

0 commit comments

Comments
 (0)